From c7b5e335da81a9176db7ec2385dfb3b21183e517 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 23 May 2021 09:29:47 +0000 Subject: version bump git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10036 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 546b9effc..a483a836f 100644 --- a/src/app/qmmp.rc +++ b/src/app/qmmp.rc @@ -1,7 +1,7 @@ #include -#define QMMP_FILEVERSION 1,5,0,0 -#define QMMP_PRODUCTVERSION "1.5.0.0" +#define QMMP_FILEVERSION 1,6,0,0 +#define QMMP_PRODUCTVERSION "1.6.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 cb5ac1e40..eab170794 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 5 +#define QMMP_VERSION_MINOR 6 #define QMMP_VERSION_PATCH 0 #define QMMP_VERSION_STABLE 0 -- cgit v1.2.3-13-gbd6f