diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 0000000000..5ff5f06f8d --- /dev/null +++ b/.cursorignore @@ -0,0 +1,7 @@ +# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv) +deps/ +build_*/ +build/ +localization/ +sandboxes/ +resources/ diff --git a/version.inc b/version.inc index 2620ca8790..006c392d43 100644 --- a/version.inc +++ b/version.inc @@ -10,7 +10,7 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "0") endif() -set(SoftFever_VERSION "2.3.0") +set(SoftFever_VERSION "2.3.1-dev") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" SoftFever_VERSION_MATCH ${SoftFever_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})