summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-09-29 18:02:02 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-09-29 18:02:02 +0000
commit3c76ae3db9d033be34d2258d005f4f7db8d6c4b8 (patch)
tree8b2845e5e31b917c1ef1d3f0e3349a0cd9600674
parent7655fcfc6250db8e6b9904699cdcfbc4e3632e06 (diff)
downloadglade-3c76ae3db9d033be34d2258d005f4f7db8d6c4b8.tar.gz
bumping version to 3.1.0
* configure.in: bumping version to 3.1.0 * glade.h: include gaurd against libglade
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--src/glade.h4
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 637adfdb..b989d692 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-09-29 Tristan Van Berkom <tvb@gnome.org>
+ * configure.in: bumping version to 3.1.0
+
+ * glade.h: include gaurd against libglade
+
+2006-09-29 Tristan Van Berkom <tvb@gnome.org>
+
* configure.in, NEWS: Rolling out 3.0.2 tarball.
2006-09-29 Juan Pablo Ugarte <juanpablougarte@gmail.com>
diff --git a/configure.in b/configure.in
index 59dbe347..2393507a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(glade3, 3.0.2,
+AC_INIT(glade3, 3.1.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=glade3)
AC_CANONICAL_SYSTEM
diff --git a/src/glade.h b/src/glade.h
index 0cba006c..c8df5c1c 100644
--- a/src/glade.h
+++ b/src/glade.h
@@ -22,6 +22,10 @@
# define LIBGLADEUI_API extern
#endif
+#ifdef GLADE_H
+# error libglade included with libgladeui is not compatible
+#endif
+
/* Circular header dependancie are fixed here with forward
* declarations.
*/