[geglmm] Prepare 0.1.0 release
- From: Hubert Figuière <hub src gnome org>
- To: svn-commits-list gnome org
- Subject: [geglmm] Prepare 0.1.0 release
- Date: Mon, 6 Jul 2009 23:33:06 +0000 (UTC)
commit 8211d148004fea0f635ba6eaa3a348dfb461abea
Author: Hubert Figuiere <hub figuiere net>
Date: Mon Jul 6 17:52:00 2009 -0400
Prepare 0.1.0 release
* configure.in
Bump the version.
* docs/reference/Doxyfile.in
Fix the documentation generation.
ChangeLog | 8 ++++++++
configure.in | 6 +++---
docs/reference/Doxyfile.in | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d51db7b..2f88cfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-07-06 Hubert Figuiere <hub figuiere net>
+ Prepare 0.1.0 release
+
+ * configure.in
+ Bump the version.
+
+ * docs/reference/Doxyfile.in
+ Fix the documentation generation.
+
Update for gegl 0.1.0 APIs
* gegl/src/node.{ccg,hg}
diff --git a/configure.in b/configure.in
index 59c4445..d413751 100644
--- a/configure.in
+++ b/configure.in
@@ -17,8 +17,8 @@
#########################################################################
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
pushdef([LIBGEGLMM_MAJOR_VERSION], [0])
-pushdef([LIBGEGLMM_MINOR_VERSION], [0])
-pushdef([LIBGEGLMM_MICRO_VERSION], [23])
+pushdef([LIBGEGLMM_MINOR_VERSION], [10])
+pushdef([LIBGEGLMM_MICRO_VERSION], [0])
pushdef([LIBGEGLMM_EXTRA_VERSION], [])
pushdef([LIBGEGLMM_VERSION], LIBGEGLMM_MAJOR_VERSION.LIBGEGLMM_MINOR_VERSION.LIBGEGLMM_MICRO_VERSION[]LIBGEGLMM_EXTRA_VERSION)
AC_INIT([geglmm], LIBGEGLMM_VERSION, [gtkmm-list gnome org])
@@ -34,7 +34,7 @@ AC_CONFIG_SRCDIR([gegl/geglmmconfig.h.in])
# better
# CURRENT : REVISION : AGE
dnl 0.0.22 is 2:0:0
-dnl
+dnl 0.10.0 is 3:0:0
LIBGEGLMM_SO_VERSION=3:0:0
AC_SUBST([LIBGEGLMM_VERSION])
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 8add55b..f7a975a 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -70,7 +70,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = @LIBGDAMM_DOXYGEN_INPUT@
+INPUT = @LIBGEGLMM_DOXYGEN_INPUT@
FILE_PATTERNS = *.h
RECURSIVE = NO
EXCLUDE =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]