diff --git a/CMakeLists.txt b/CMakeLists.txt index d33f90b51..29cdde8d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ CHECK_LIBRARIES() # Determine version SET(NEXT_LESSER_VERSION 0) # The next lesser version -SET(NEXT_MAJOR_MINOR_VERSION "2.1") # Next major.minor version +SET(NEXT_MAJOR_MINOR_VERSION "2.2") # Next major.minor version # Uncomment if you don't want automatic SVN version detection # (poor performances under Windows, don't work with git-svn, ...) diff --git a/packaging/windows/speed-dreams.nsh b/packaging/windows/speed-dreams.nsh index df3e610ab..0faf7974c 100644 --- a/packaging/windows/speed-dreams.nsh +++ b/packaging/windows/speed-dreams.nsh @@ -14,7 +14,7 @@ !endif !ifndef VER_MINOR - !define VER_MINOR 1 + !define VER_MINOR 2 !endif !ifndef VER_PATCH