Skip to content

Commit

Permalink
Release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed Aug 24, 2017
1 parent 372cc63 commit 7d75bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CE3D2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(CE3D2)

set(CE3D2_VERSION_MAJOR 2)
set(CE3D2_VERSION_MINOR 1)
set(CE3D2_VERSION_MICRO dev)
set(CE3D2_VERSION_MICRO 0)
set(CE3D2_VERSION
${CE3D2_VERSION_MAJOR}.${CE3D2_VERSION_MINOR}.${CE3D2_VERSION_MICRO})
set(PROJECT_VERSION_MAJOR ${CE3D2_VERSION_MAJOR})
Expand Down
2 changes: 1 addition & 1 deletion CE3D2/doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = ${PROJECT_NAME}
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "${PROJECT_VERSION} (at ${GIT_HEAD} on ${GIT_BRANCH})"
PROJECT_NUMBER = "${PROJECT_VERSION}"

# 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 7d75bec

Please sign in to comment.