diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-05 12:37:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-05 12:37:44 +0100 |
commit | 92fdaac5dd3158570f42b55a2c8a39d4cc63dc4e (patch) | |
tree | e77e45dfb6d5a0e858c758e75a1ad7e8f4ccc192 /src | |
parent | 4a399ee01951f86d55bdbb9ec31917a8074ba971 (diff) |
I hate git tagv3.4.3
Diffstat (limited to 'src')
-rw-r--r-- | src/exttextcat-version.h | 4 | ||||
-rw-r--r-- | src/win32_config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/exttextcat-version.h b/src/exttextcat-version.h index a370b6f..a54fe26 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.2" +#define EXTTEXTCAT_VERSION "3.4.3" #define EXTTEXTCAT_VERSION_MAJOR 3 #define EXTTEXTCAT_VERSION_MINOR 4 -#define EXTTEXTCAT_VERSION_MICRO 2 +#define EXTTEXTCAT_VERSION_MICRO 3 #endif diff --git a/src/win32_config.h b/src/win32_config.h index 26cdef3..7a70af8 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.2" +#define PACKAGE_STRING "libexttextcat 3.4.3" /* 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.2" +#define VERSION "3.4.3" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |