Skip to content

Commit 4e98b9c

Browse files
Removed CMakeUserPresets.json; Bumped version to 0.3.0 (#58)
1 parent 4713e88 commit 4e98b9c

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333

3434
build/
3535
vcpkg_installed/
36+
CMakeUserPresets.json
37+

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (SQLGEN_USE_VCPKG)
4242
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
4343
endif ()
4444

45-
project(sqlgen VERSION 0.1.0 LANGUAGES CXX)
45+
project(sqlgen VERSION 0.3.0 LANGUAGES CXX)
4646

4747
if (SQLGEN_BUILD_SHARED)
4848
add_library(sqlgen SHARED)

CMakeUserPresets.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)