diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eeaf84..c18e90a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,8 +67,8 @@ endif() # Calculate the version number -SET(MAJOR_VERSION 2) -SET(MINOR_VERSION 1) +SET(MAJOR_VERSION 1) +SET(MINOR_VERSION 3) IF ( NOT VERSION ) IF ( "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows" )