Skip to content

Commit

Permalink
Bump patch version to 0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslanglands committed Sep 18, 2017
1 parent 67b3acf commit 80087b4
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 @@ -6,7 +6,7 @@ project(alShaders2)

set(ALS_MAJOR_VERSION 2)
set(ALS_MINOR_VERSION 0)
set(ALS_PATCH_VERSION 0)
set(ALS_PATCH_VERSION 0b2)
set(ALS_VERSION "${ALS_MAJOR_VERSION}.${ALS_MINOR_VERSION}.${ALS_PATCH_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE FALSE)
Expand Down

0 comments on commit 80087b4

Please sign in to comment.