We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da739e commit 1770002Copy full SHA for 1770002
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12.4)
2
3
project(alpaca
4
- VERSION 0.1
+ VERSION 0.1.0
5
DESCRIPTION "Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code."
6
HOMEPAGE_URL "https://github.com/p-ranav/alpaca"
7
LANGUAGES CXX
0 commit comments