Skip to content

Commit

Permalink
Release v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jan 31, 2015
1 parent 605360b commit ce2616c
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.11)

project(keygen)
set(PROJECT_VERSION 0.0.5)
set(PROJECT_VERSION 0.1.0)

message(STATUS "~~ ${PROJECT_NAME} ${PROJECT_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 = KeyGen
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.0.5
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

0 comments on commit ce2616c

Please sign in to comment.