diff options
Diffstat (limited to 'src/win32_config.h')
-rw-r--r-- | src/win32_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: */ |