switch-to-experimental
changeset 0 633272cbb544
child 4 63ff8383721a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/switch-to-experimental	Fri Apr 02 02:29:43 2010 +0300
@@ -0,0 +1,40 @@
+diff -r 2e133fc0e3d9 mcabber/ChangeLog.api
+--- a/mcabber/ChangeLog.api	Sun Mar 28 23:40:10 2010 +0200
++++ b/mcabber/ChangeLog.api	Thu Apr 01 23:28:43 2010 +0300
+@@ -1,3 +1,12 @@
++
++experimental (12)
++
++ * Change branch to "experimental".
++ * Api as defined by dev:12
++ * MQ Patch: switch-to-experimental
++
++  -- Myhailo Danylenko, 2010-04-01
++
+ dev (12)
+ 
+  * Add scr_getlogwinheight()
+diff -r 2e133fc0e3d9 mcabber/configure.ac
+--- a/mcabber/configure.ac	Sun Mar 28 23:40:10 2010 +0200
++++ b/mcabber/configure.ac	Thu Apr 01 23:28:43 2010 +0300
+@@ -264,7 +264,7 @@
+ AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
+ 
+ # Prepare some config.h variables
+-AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
++AC_DEFINE([MCABBER_BRANCH], "experimental", [Mcabber branch])
+ AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
+ 
+ # We need _GNU_SOURCE for strptime() and strcasestr()
+diff -r 2e133fc0e3d9 mcabber/mcabber/api.h
+--- a/mcabber/mcabber/api.h	Sun Mar 28 23:40:10 2010 +0200
++++ b/mcabber/mcabber/api.h	Thu Apr 01 23:28:43 2010 +0300
+@@ -4,7 +4,7 @@
+ #include <mcabber/config.h> // For MCABBER_BRANCH
+ 
+ #define MCABBER_API_VERSION 12
+-#define MCABBER_API_MIN     11
++#define MCABBER_API_MIN     12
+ 
+ extern const gchar *mcabber_branch;
+ extern const guint mcabber_api_version;