From dff45460e6457dc6aeecafd4a2e6f0e95b67d17a Mon Sep 17 00:00:00 2001 From: hluk Date: Sun, 6 Apr 2014 01:29:20 -0800 Subject: [PATCH] v2.1.0 --- shared/copyq.iss | 2 +- src/common/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/copyq.iss b/shared/copyq.iss index 0df7df2b6c..1aa357beb4 100644 --- a/shared/copyq.iss +++ b/shared/copyq.iss @@ -1,5 +1,5 @@ ; Use Inno Setup with Unicode support and preprocessor. -#define AppVersion "2.0.1" +#define AppVersion "2.1.0" #define Root "C:\dev\copyq" [Setup] diff --git a/src/common/common.h b/src/common/common.h index ce6a90b96e..e32491b1ed 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -27,7 +27,7 @@ #include // Application version -#define COPYQ_VERSION "2.1.0 beta" +#define COPYQ_VERSION "2.1.0" class QAction; class QByteArray;