Skip to content

Commit

Permalink
Release commit - 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed Feb 2, 2016
1 parent 8097598 commit f6ed7f2
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 1)
set(CE3D2_VERSION_MINOR 0)
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

1 comment on commit f6ed7f2

@Makman2
Copy link
Owner Author

@Makman2 Makman2 commented on f6ed7f2 Feb 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.