diff options
| -rw-r--r-- | qmmp.pri | 2 | ||||
| -rw-r--r-- | src/app/qmmp.rc | 4 | ||||
| -rw-r--r-- | src/qmmp/qmmp.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 <winver.h>
-#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 <QString> #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 |
