From 3ac4349c644c567139f0a2565420c54ea7a979f1 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 21 Apr 2021 08:23:26 +0100 Subject: [PATCH] Bump version --- src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- src/windows/recoll-setup.iss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VERSION b/src/VERSION index 7f3c3aff..d1eaa3ba 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.30.1 +1.30.2 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 10a35991..4402a698 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -121,7 +121,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.30.0" +#define PACKAGE_STRING "Recoll 1.30.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -130,7 +130,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.30.0" +#define PACKAGE_VERSION "1.30.2" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/windows/recoll-setup.iss b/src/windows/recoll-setup.iss index 4a574ef8..1fbc60ab 100644 --- a/src/windows/recoll-setup.iss +++ b/src/windows/recoll-setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Recoll" -#define MyAppVersion "1.29.0pre1-20200225-xxxxxxxx" +#define MyAppVersion "1.30.2-20200421-f1808df5" #define MyAppPublisher "Recoll.org" #define MyAppURL "http://www.recoll.org" #define MyAppExeName "recoll.exe"