summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-11-14 18:08:45 +0100
committerChristian Persch <chpe@gnome.org>2011-11-14 18:08:45 +0100
commit613b29a0cac786b63e57ebead481a50390f86e18 (patch)
tree3ce4ec4a1c35a4125ebf981655a63f6dd518f4d4
parent511a09dfcc59cbec7f5f2e50d17eb833d2fd6628 (diff)
downloadlibcroco-613b29a0cac786b63e57ebead481a50390f86e18.tar.gz
Version 0.6.30.6.3
-rw-r--r--NEWS7
-rw-r--r--configure.in9
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