Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scchan committed Nov 9, 2017
1 parent 2ad9ab9 commit 943d80b
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 @@ -203,7 +203,7 @@ endif( )

# define HCC version information
SET(HCC_VERSION_MAJOR "1")
SET(HCC_VERSION_MINOR "1")
SET(HCC_VERSION_MINOR "2")

include(GenerateVersionFromGit)

Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MESSAGE("Package installation path: ${CMAKE_INSTALL_PREFIX}")

# define HCC version information
SET(HCC_VERSION_MAJOR "1")
SET(HCC_VERSION_MINOR "1")
SET(HCC_VERSION_MINOR "2")

# get date information
# use the last two digits of year + week number as HCC_VERSION_PATCH
Expand Down

0 comments on commit 943d80b

Please sign in to comment.