summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-30 23:27:34 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-30 23:27:34 +0000
commitdfaaba21acde2cf72afb046b509b8175d8c999df (patch)
tree8d64b9c7b5e9044c512749f04a06d44a3082779d
parent08aeaebb1944adc798120d1fc3ee6c3143edd098 (diff)
downloadyelp-YELP_0_9_1.tar.gz
Release 0.9.1YELP_0_9_1
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
-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