Skip to content

Commit

Permalink
Bump version to 1.2 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Feb 11, 2017
1 parent 825069d commit a09b7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if(LUGARU_VERSION_PATCH)
endif()

# Set to "" for stable (tagged) builds, "-dev" for dev builds
set(LUGARU_VERSION_SUFFIX "-dev") # development
#set(LUGARU_VERSION_SUFFIX "") # stable
#set(LUGARU_VERSION_SUFFIX "-dev") # development
set(LUGARU_VERSION_SUFFIX "") # stable

# Set to 7-char git commit hash if available, otherwise "".
# On stable (tagged) builds, this is ignored.
Expand Down
2 changes: 1 addition & 1 deletion Dist/OSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a09b7f8

Please sign in to comment.