From fa9937d53a56b62d9ba3f6e63d6b949049cae51e Mon Sep 17 00:00:00 2001 From: hluk Date: Sun, 30 Aug 2015 03:20:00 -0700 Subject: [PATCH] v2.4.9 --- shared/copyq.iss | 2 +- src/common/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/copyq.iss b/shared/copyq.iss index ea7277797e..6b484009a2 100644 --- a/shared/copyq.iss +++ b/shared/copyq.iss @@ -1,7 +1,7 @@ ; 1. Open this file with Inno Setup with Unicode support and preprocessor. ; 2. Change "#defines" below (or see below how to use COPYQ_INNO_SETUP environment variable). ; 3. Compile "setup.exe". -#define AppVersion "2.4.8" +#define AppVersion "2.4.9" ; Path with build #define Root "C:\dev\build-copyq-Desktop-Release" diff --git a/src/common/version.h b/src/common/version.h index 39c2603fdf..cbe8c7916c 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef COPYQ_VERSION -# define COPYQ_VERSION "v2.4.8" +# define COPYQ_VERSION "v2.4.9" #endif #endif