From 6d5eb798fe6e7192c666aa8a4a3f2bfd069d3da8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Sep 2015 09:53:11 +0000 Subject: version bump git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5532 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 ec7e3e37c..d0c46edbf 100644 --- a/qmmp.pri +++ b/qmmp.pri @@ -8,7 +8,7 @@ RCC_DIR=./.build/rcc #Version -QMMP_VERSION = 0.9.0 +QMMP_VERSION = 0.10.0 #Comment/uncomment this if you want to change plugins list diff --git a/src/app/qmmp.rc b/src/app/qmmp.rc index 9f5c6b75e..2841469b2 100644 --- a/src/app/qmmp.rc +++ b/src/app/qmmp.rc @@ -1,7 +1,7 @@ #include -#define QMMP_FILEVERSION 0,9,0,0 -#define QMMP_PRODUCTVERSION "0.9.0.0" +#define QMMP_FILEVERSION 0,10,0,0 +#define QMMP_PRODUCTVERSION "0.10.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 a75487fde..473c190b3 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 9 +#define QMMP_VERSION_MINOR 10 #define QMMP_VERSION_PATCH 0 #define QMMP_VERSION_STABLE 0 -- cgit v1.2.3-13-gbd6f