gaim/gaim

Version bump
oldstatus
2005-02-19, Stu Tomlinson
ee6469548377
Parents 56e85ea8e22d
Children f3fbf625d768
Version bump
--- a/configure.ac Sat Feb 19 14:59:59 2005 -0500
+++ b/configure.ac Sat Feb 19 15:59:58 2005 -0500
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([gaim], [1.1.3], [gaim-devel@lists.sourceforge.net])
+AC_INIT([gaim], [1.1.4cvs], [gaim-devel@lists.sourceforge.net])
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
--- a/src/version.h Sat Feb 19 14:59:59 2005 -0500
+++ b/src/version.h Sat Feb 19 15:59:58 2005 -0500
@@ -26,7 +26,7 @@
#define GAIM_MAJOR_VERSION 1
#define GAIM_MINOR_VERSION 1
-#define GAIM_MICRO_VERSION 3
+#define GAIM_MICRO_VERSION 4
#define GAIM_VERSION_CHECK(x,y,z) ((x) == GAIM_MAJOR_VERSION && ((y) < GAIM_MINOR_VERSION || ((y) == GAIM_MINOR_VERSION && (z) <= GAIM_MICRO_VERSION))