From d5c594be00cb0c06c24eb4a167dbf21d9ed5b765 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 28 Apr 2020 18:58:35 +0000 Subject: version bump git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9383 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/qmmp.rc | 4 ++-- src/qmmp/qmmp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/app/qmmp.rc b/src/app/qmmp.rc index 90ae30ad7..ee0011770 100644 --- a/src/app/qmmp.rc +++ b/src/app/qmmp.rc @@ -1,7 +1,7 @@ #include -#define QMMP_FILEVERSION 1,4,0,0 -#define QMMP_PRODUCTVERSION "1.4.0.0" +#define QMMP_FILEVERSION 1,5,0,0 +#define QMMP_PRODUCTVERSION "1.5.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 5e7800bf0..282d93aaa 100644 --- a/src/qmmp/qmmp.h +++ b/src/qmmp/qmmp.h @@ -24,7 +24,7 @@ #include "qmmp_export.h" #define QMMP_VERSION_MAJOR 1 -#define QMMP_VERSION_MINOR 4 +#define QMMP_VERSION_MINOR 5 #define QMMP_VERSION_PATCH 0 #define QMMP_VERSION_STABLE 0 -- cgit v1.2.3-13-gbd6f