aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 14:07:42 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 14:09:16 +0200
commitde0d0e9fab2dc8e5886484c680d7ab9062ad3952 (patch)
tree695f8e59f3e59fd1cdb05a857b6ef4a0fc7f3ccd
parentc4979825b7e71a3499ecc4529313af78a1945ebd (diff)
CMakeLists.txt: set project VERSIONv0.1.0-rc3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ca5efa..7a6067c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.0)
-project(dynstr C)
+project(dynstr C 0.1.0)
add_library(${PROJECT_NAME} "dynstr.c")
target_include_directories(${PROJECT_NAME} PUBLIC "include")
install(TARGETS ${PROJECT_NAME})