[libcroco] Version 0.6.3
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libcroco] Version 0.6.3
- Date: Mon, 14 Nov 2011 17:10:05 +0000 (UTC)
commit 613b29a0cac786b63e57ebead481a50390f86e18
Author: Christian Persch <chpe gnome org>
Date: Mon Nov 14 18:08:45 2011 +0100
Version 0.6.3
NEWS | 7 +++++++
configure.in | 9 +++++----
2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6e621cb..b06e459 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.6.3:
+
+ Bugfixes since 0.6.2
+ ====================
+ - #342370: ensure the library and compiler flags are not hardcoded into the pc file
+ - add gtk-doc build infrastructure
+
0.6.2: February 4, 2009
Bugfixes since 0.6.1
diff --git a/configure.in b/configure.in
index aab89dc..4b30fd6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,16 +1,17 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
-AC_INIT(src/cr-input.c)
+AC_INIT([libcroco],[0.6.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco])
+AC_CONFIG_SRCDIR([src/cr-input.c])
PACKAGE=libcroco
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE($PACKAGE, $LIBCROCO_VERSION)
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
AM_CONFIG_HEADER(config.h)
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
LIBCROCO_MAJOR_VERSION=0
LIBCROCO_MINOR_VERSION=6
-LIBCROCO_MICRO_VERSION=2
+LIBCROCO_MICRO_VERSION=3
LIBCROCO_CURRENT=3
LIBCROCO_REVISION=1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]