From a3bc3be03623d7d5a20efee2fa235a717683250e Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Wed, 9 Jul 2014 15:33:31 +0000 Subject: [PATCH] Changed Next Version to 2.2 git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5802 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 125a9292160e139fa90ed784caa484313ea49148 Former-commit-id: e6448213012155ca3f7172a78b3d54c0065790b8 --- CMakeLists.txt | 2 +- packaging/windows/speed-dreams.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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