summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5df2783d..b9a0fe61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-05-31 Mikael Hallendal <micke@codefactory.se>
+ * Release 0.9.1
+
+ * configure.in: bumped version to 0.9.1
+
+ * NEWS: updated for 0.9.1
+
* stylesheets/docbook/*:
- Added the 1.48 stylesheets until the stylesheet issues have been
sorted out. Norm has said that in the 1.50+ the changes between
diff --git a/NEWS b/NEWS
index bd61ee68..e86c47cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 0.9.1:
+-----------------
+
+* Shipping the 1.48 stylesheets with Yelp (Mikael Hallendal)
+
Changes in 0.9:
---------------
diff --git a/configure.in b/configure.in
index 7a7218e1..869a02f7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(src/yelp-main.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(yelp, 0.9)
+AM_INIT_AUTOMAKE(yelp, 0.9.1)
AC_PROG_INTLTOOL