Skip to content

Commit

Permalink
update versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
KRM7 committed Aug 18, 2023
1 parent 7ca34a8 commit d02b7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)

project(gapp VERSION 0.1 LANGUAGES CXX)
project(gapp VERSION 0.1.0 LANGUAGES CXX)

include(CheckIPOSupported)
include(CTest)
Expand Down
2 changes: 1 addition & 1 deletion docs/api/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PROJECT_NAME = gapp
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1
PROJECT_NUMBER = 0.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion docs/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Include(FetchContent)
FetchContent_Declare(
gapp
GIT_REPOSITORY https://github.com/KRM7/gapp.git
GIT_TAG v0.1
GIT_TAG v0.1.0
)
FetchContent_MakeAvailable(gapp)
Expand Down

0 comments on commit d02b7d2

Please sign in to comment.