Skip to content

Commit

Permalink
Fix gitignore and version
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Nov 15, 2024
1 parent 24f33f0 commit bf471b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.user*
.scannerwork
.idea
+*build*
*build*
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (NOT DEFINED SQLITE_MASTER_PROJECT)
endif()
endif()

project(sqlite_functions VERSION 0.1 DESCRIPTION "SQLite3 Functions" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
project(sqlite_functions VERSION 0.3 DESCRIPTION "SQLite3 Functions" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/env.cmake)
include(${CMAKE}/checks.cmake)
if(SQLITE_MASTER_PROJECT AND CMAKE_BUILD_TYPE STREQUAL Debug)
Expand Down

0 comments on commit bf471b4

Please sign in to comment.