diff --git a/appveyor.yml b/appveyor.yml index cb9e67d..45087f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.0.{build} +version: 1.3.0.{build} image: Visual Studio 2017 platform: diff --git a/src/Version.h b/src/Version.h index b81fa27..fa16001 100644 --- a/src/Version.h +++ b/src/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 1,2,0,0 -#define VERSION_LINEAR 1200 -#define VERSION_LINEAR_TEXT TEXT("1200") -#define VERSION_TEXT TEXT("1.2") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 1,3,0,0 +#define VERSION_LINEAR 1300 +#define VERSION_LINEAR_TEXT TEXT("1300") +#define VERSION_TEXT TEXT("1.3") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", ""