We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d6d38 commit d29d1d5Copy full SHA for d29d1d5
src.wsjcpp/CMakeLists.txt
@@ -1,7 +1,7 @@
1
-# Automaticly generated by wsjcpp@v0.2.5
+# Automaticly generated by wsjcpp@v0.2.7
2
cmake_minimum_required(VERSION 3.0)
3
4
-add_definitions(-DWSJCPP_APP_VERSION="v0.1.0")
+add_definitions(-DWSJCPP_APP_VERSION="v0.2.0")
5
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-sql-builder")
6
7
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
wsjcpp.yml
@@ -1,5 +1,5 @@
name: "wsjcpp-sql-builder"
-version: v0.1.0
+version: v0.2.0
cmake_minimum_required: "3.0"
cmake_cxx_standard: "17"
description: "C++ Class-helper for build SQL queries"
0 commit comments