summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5e39a7..9641054 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org>
+New in Skribilo 0.9.1
+
+* Various documentation fixes and improvements
+
+
New in Skribilo 0.9.0 (user-visible changes compared to Skribe 1.2d)
* New engine: `lout' (see http://lout.sf.net/).
diff --git a/configure.ac b/configure.ac
index a3c3c1b..c7e9df4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(skribilo, 0.9.0, skribilo-users@nongnu.org)
+AC_INIT(skribilo, 0.9.1, skribilo-users@nongnu.org)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)