about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 51e1d29..f5cf390 100644
--- a/README
+++ b/README
@@ -55,7 +55,13 @@ Source tarballs suitable for distribution are housed here:
 
 * http://bogomips.org/cmogstored/files/
 
-Latest is http://bogomips.org/cmogstored/files/cmogstored-1.2.2.tar.gz
+The latest stable release is:
+        http://bogomips.org/cmogstored/files/cmogstored-1.2.2.tar.gz
+
+The latest prerelease is:
+        http://bogomips.org/cmogstored/files/pre/cmogstored-1.3.0rc1.tar.gz
+
+See http://bogomips.org/cmogstored/NEWS for release notes
 
 Source code
 ===========
diff --git a/configure.ac b/configure.ac
index 7194216..1911f4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT([cmogstored],
-        m4_esyscmd([build-aux/git-version-gen .tarball-version]),
-        [normalperson@yhbt.net])
+ m4_esyscmd([build-aux/git-version-gen .tarball-version]),
+ [normalperson@yhbt.net])
 AC_CONFIG_SRCDIR([cmogstored.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign silent-rules parallel-tests subdir-objects])