diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-20 12:21:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-20 12:21:52 +0100 |
commit | a03dc6f184da83a52aa7f0053b6f414f3cd6e655 (patch) | |
tree | ec04b790ebf0275aa84d58e056c78fce2e649c3f /src | |
parent | 14b6457904397d94602340ee3f61db13201430b4 (diff) |
bump release number
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.in | 3 | ||||
-rw-r--r-- | src/exttextcat-version.h | 4 | ||||
-rw-r--r-- | src/win32_config.h | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/src/config.h.in b/src/config.h.in index 7df38f3..36d88c1 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -42,8 +42,7 @@ /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ diff --git a/src/exttextcat-version.h b/src/exttextcat-version.h index fc49a70..66f98a4 100644 --- a/src/exttextcat-version.h +++ b/src/exttextcat-version.h @@ -1,9 +1,9 @@ #ifndef EXTTEXTCAT_VERSION_H #define EXTTEXTCAT_VERSION_H -#define EXTTEXTCAT_VERSION "3.4.4" +#define EXTTEXTCAT_VERSION "3.4.5" #define EXTTEXTCAT_VERSION_MAJOR 3 #define EXTTEXTCAT_VERSION_MINOR 4 -#define EXTTEXTCAT_VERSION_MICRO 4 +#define EXTTEXTCAT_VERSION_MICRO 5 #endif diff --git a/src/win32_config.h b/src/win32_config.h index 1b60822..a49198a 100644 --- a/src/win32_config.h +++ b/src/win32_config.h @@ -57,7 +57,7 @@ #define PACKAGE_NAME "libexttextcat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libexttextcat 3.4.4" +#define PACKAGE_STRING "libexttextcat 3.4.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libexttextcat" @@ -72,6 +72,6 @@ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ -#define VERSION "3.4.4" +#define VERSION "3.4.5" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |