summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-05 12:37:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-05 12:37:44 +0100
commit92fdaac5dd3158570f42b55a2c8a39d4cc63dc4e (patch)
treee77e45dfb6d5a0e858c758e75a1ad7e8f4ccc192
parent4a399ee01951f86d55bdbb9ec31917a8074ba971 (diff)
I hate git tagv3.4.3
-rw-r--r--configure.ac2
-rw-r--r--src/exttextcat-version.h4
-rw-r--r--src/win32_config.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 39917ed..a412a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([exttextcat_version_major],[3])
m4_define([exttextcat_version_minor],[4])
-m4_define([exttextcat_version_micro],[2])
+m4_define([exttextcat_version_micro],[3])
m4_define([exttextcat_version],[exttextcat_version_major.exttextcat_version_minor.exttextcat_version_micro])
AC_PREREQ([2.68])
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: */