summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2008-10-16 21:50:02 -0400
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2008-10-16 21:50:02 -0400
commit6a718f48107e1563e1f3f6abde68e6148448eb3c (patch)
tree99761e2bb709ce565c17e7771a9b0f7992221bb7
parent6e5dbe2eae2912628f6d39566ecbc4512b3066b3 (diff)
downloadlibchamplain-6a718f48107e1563e1f3f6abde68e6148448eb3c.tar.gz
Version bumpv0.2.4
-rw-r--r--.gitignore1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4ac5ec5..0f3f177 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ tidy/tidy-enum-types.c
tidy/tidy-enum-types.h
tidy/tidy-marshal.c
tidy/tidy-marshal.h
+*~
diff --git a/configure.ac b/configure.ac
index 6dee7a8..88588ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(libchamplain, 0.2.3, pierre-luc@pierlux.com)
+AC_INIT(libchamplain, 0.2.4, pierre-luc@pierlux.com)
AC_CONFIG_SRCDIR([champlain/champlainview.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR(m4)