From 5a33b6c986b14c071c6eab1f5d630b98f13dd68a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 21 Jun 2016 10:23:47 +0000 Subject: version bump git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6500 90c681e8-e032-0410-971d-27865f9a5e38 --- qmmp.pri | 2 +- src/app/qmmp.rc | 4 ++-- src/qmmp/qmmp.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qmmp.pri b/qmmp.pri index 476aafa06..23127c818 100644 --- a/qmmp.pri +++ b/qmmp.pri @@ -8,7 +8,7 @@ RCC_DIR=./.build/rcc #Version -QMMP_VERSION = 0.10.0 +QMMP_VERSION = 0.11.0 #Comment/uncomment this if you want to change plugins list diff --git a/src/app/qmmp.rc b/src/app/qmmp.rc index 33a0ef7c8..5e1788336 100644 --- a/src/app/qmmp.rc +++ b/src/app/qmmp.rc @@ -1,7 +1,7 @@ #include -#define QMMP_FILEVERSION 0,10,0,0 -#define QMMP_PRODUCTVERSION "0.10.0.0" +#define QMMP_FILEVERSION 0,11,0,0 +#define QMMP_PRODUCTVERSION "0.11.0.0" IDI_ICON1 ICON DISCARDABLE "images\\ico\\qmmp.ico" IDI_ICON2 ICON DISCARDABLE "images\\ico\\qmmp_file.ico" diff --git a/src/qmmp/qmmp.h b/src/qmmp/qmmp.h index 8f949ab14..e5f577842 100644 --- a/src/qmmp/qmmp.h +++ b/src/qmmp/qmmp.h @@ -23,7 +23,7 @@ #include #define QMMP_VERSION_MAJOR 0 -#define QMMP_VERSION_MINOR 10 +#define QMMP_VERSION_MINOR 11 #define QMMP_VERSION_PATCH 0 #define QMMP_VERSION_STABLE 0 -- cgit v1.2.3-13-gbd6f