[model] post-release version bump
- From: Ryan Lortie <ryanl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [model] post-release version bump
- Date: Sat, 31 Oct 2009 20:24:34 +0000 (UTC)
commit 8c94971cb43c2419d58ddb02f40cd9ca7fe16f29
Author: Ryan Lortie <desrt desrt ca>
Date: Sat Oct 31 16:24:07 2009 -0400
post-release version bump
also: fix pkg-config file version
configure.ac | 2 +-
model/model.pc.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cf31e3c..12ca73b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(model, 0.2)
+AC_INIT(model, 0.2.0.1)
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_PROG_LIBTOOL
diff --git a/model/model.pc.in b/model/model.pc.in
index fecaaf5..fb91d93 100644
--- a/model/model.pc.in
+++ b/model/model.pc.in
@@ -5,7 +5,7 @@ includedir= prefix@/include/model
Name: model
Description: a simple data model object
-Version: 0.1
+Version: @PACKAGE_VERSION@
Requires: gobject-2.0
Libs: -L${libdir} -lmodel
Cflags: -I${includedir}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]