diff --git a/CMakeLists.txt b/CMakeLists.txt index 29cdde8d2..607221533 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.2") # Next major.minor version +SET(NEXT_MAJOR_MINOR_VERSION "2.3") # 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 285a56db0..0fb881a1e 100644 --- a/packaging/windows/speed-dreams.nsh +++ b/packaging/windows/speed-dreams.nsh @@ -14,11 +14,11 @@ !endif !ifndef VER_MINOR - !define VER_MINOR 2 + !define VER_MINOR 3 !endif !ifndef VER_PATCH - !define VER_PATCH 2 + !define VER_PATCH 0 !endif !ifndef VER_EXTRA