diff options
author | Ludovic Courtès | 2007-12-03 09:21:08 +0100 |
---|---|---|
committer | Ludovic Courtès | 2007-12-03 09:21:08 +0100 |
commit | 8b59ce210a9515d8891d2eb35f0f4b766518f227 (patch) | |
tree | 2b367e982ce6bb6bd640db06994577be49342fd6 | |
parent | a56a0ec33c367bc45c5adea83c95e74a080a89ab (diff) | |
download | skribilo-8b59ce210a9515d8891d2eb35f0f4b766518f227.tar.gz skribilo-8b59ce210a9515d8891d2eb35f0f4b766518f227.tar.lz skribilo-8b59ce210a9515d8891d2eb35f0f4b766518f227.zip |
Change version to 0.9.0.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |