Skip to content

Commit

Permalink
Bump to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sallaigy committed Dec 12, 2020
1 parent 6b1aea6 commit da98783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ if(NOT DEFINED GAZER_VERSION_MAJOR)
set(GAZER_VERSION_MAJOR 1)
endif()
if(NOT DEFINED GAZER_VERSION_MINOR)
set(GAZER_VERSION_MINOR 2)
set(GAZER_VERSION_MINOR 3)
endif()
if(NOT DEFINED GAZER_VERSION_PATCH)
set(GAZER_VERSION_PATCH 1)
set(GAZER_VERSION_PATCH 0)
endif()
if(NOT DEFINED GAZER_VERSION_SUFFIX)
set(GAZER_VERSION_SUFFIX "")
Expand Down

0 comments on commit da98783

Please sign in to comment.