Skip to content

Commit

Permalink
pump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed May 17, 2017
1 parent 5edc177 commit 255092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(Git)
set(OPEN62541_VER_MAJOR 0)
set(OPEN62541_VER_MINOR 2)
set(OPEN62541_VER_PATCH 0)
set(OPEN62541_VER_LABEL "-rc2") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string
set(OPEN62541_VER_LABEL "") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string

# Set OPEN62541_VER_COMMIT
if(GIT_FOUND)
Expand Down

0 comments on commit 255092f

Please sign in to comment.