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.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 <winver.h>
-#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 <QString> #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 |
