From 8b59ce210a9515d8891d2eb35f0f4b766518f227 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès
Date: Mon, 3 Dec 2007 09:21:08 +0100
Subject: Change version to 0.9.0.

---
 NEWS         | 2 +-
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 908d920..686705c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in Skribilo 1.2 (compared to Skribe 1.2d)
+New in Skribilo 0.9.0 (compared to Skribe 1.2d)
 
   * New engine: Lout (see http://lout.sf.net/).
 
diff --git a/configure.ac b/configure.ac
index 6d1230a..80a0255 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, 1.2, skribilo-users@nongnu.org)
+AC_INIT(skribilo, 0.9.0, skribilo-users@nongnu.org)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
 
@@ -75,7 +75,7 @@ fi
 
 
 AC_SUBST([SKRIBILO_DOC_DIR], ["$datadir/doc/skribilo"])
-AC_SUBST([SKRIBILO_EXT_DIR], ["$datadir/skribilo/1.2/"])
+AC_SUBST([SKRIBILO_EXT_DIR], ["$datadir/skribilo/$PACKAGE_VERSION/"])
 AC_SUBST([SKRIBILO_SKR_PATH], ["$GUILE_SITE/"])
 
 AC_OUTPUT([Makefile
-- 
cgit v1.2.3