Skip to content

Commit

Permalink
lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisloge committed Oct 7, 2021
1 parent 6641847 commit d74406c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.21)
file(READ vcpkg.json VCPKG_MANIFEST_STR)
string(JSON VCPKG_PROJ_VERSION GET ${VCPKG_MANIFEST_STR} "version-semver")
project(protodoc
VERSION 1.0.0
VERSION ${VCPKG_PROJ_VERSION}
HOMEPAGE_URL "https://github.com/mathisloge/protocol-doc-generation"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protodoc",
"version-string": "1.0.0",
"version-semver": "0.9.0",
"dependencies": [
"spdlog",
"commsdsl",
Expand Down

0 comments on commit d74406c

Please sign in to comment.