summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1965e14..9eb03c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-03-27 Dan Mueth <dan@eazel.com>
+ Bumped version to 1.4.1
+
+ * configure.in:
+
+2001-03-27 Dan Mueth <dan@eazel.com>
+
Another fix from Sasha.
* gnome-user-docs.spec.in:
diff --git a/configure.in b/configure.in
index 39d5715..ee56bc1 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(introduction-to-gnome)
SCROLLKEEPER_REQUIRED=0.1.4
AC_SUBST(SCROLLKEEPER_REQUIRED)
-AM_INIT_AUTOMAKE(gnome-user-docs, 1.4.0dev2)
+AM_INIT_AUTOMAKE(gnome-user-docs, 1.4.1)
AM_MAINTAINER_MODE