Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Incremented version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
zit-hb committed Mar 26, 2015
1 parent 04934ec commit 9c476ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(SHADOWD)

# Version
set(SHADOWD_MAJOR_VERSION 1)
set(SHADOWD_MINOR_VERSION 0)
set(SHADOWD_MINOR_VERSION 1)
set(SHADOWD_PATCH_VERSION 0)
set(SHADOWD_VERSION
${SHADOWD_MAJOR_VERSION}.${SHADOWD_MINOR_VERSION}.${SHADOWD_PATCH_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Shadow Daemon"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "1.0.0"
PROJECT_NUMBER = "1.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

0 comments on commit 9c476ec

Please sign in to comment.