From 5150434dae73e9bdbf36a60c9cdbe87fb1835e0e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 9 Feb 2019 17:33:13 +0000 Subject: version bump git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8684 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 832d6d6ce..57ae93fb3 100644 --- a/src/app/qmmp.rc +++ b/src/app/qmmp.rc @@ -1,7 +1,7 @@ #include -#define QMMP_FILEVERSION 1,3,0,0 -#define QMMP_PRODUCTVERSION "1.3.0.0" +#define QMMP_FILEVERSION 1,4,0,0 +#define QMMP_PRODUCTVERSION "1.4.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 c9bd11159..2ac96247d 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 3 +#define QMMP_VERSION_MINOR 4 #define QMMP_VERSION_PATCH 0 #define QMMP_VERSION_STABLE 0 -- cgit v1.2.3-13-gbd6f