get ready for a 1.0.1 release
authorBdale Garbee <bdale@gag.com>
Fri, 26 Aug 2011 15:41:46 +0000 (09:41 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 26 Aug 2011 15:41:46 +0000 (09:41 -0600)
Releasing
configure.ac

index 3307b5351740098c7f209bcac551f25d8a663d52..edfb5eb470f69c11f66fcb93a523ea383206a586 100644 (file)
--- a/Releasing
+++ b/Releasing
@@ -26,6 +26,10 @@ These are Bdale's notes on how to do a release.
 
                this pushes fresh documents to the web site
 
+       sudo debian/rules clean
+
+               leave the build tree in an unclutterd state
+
 Testing before a release
 
        To verify that a build works, the following need to be checked
index f9002508ec4199cd5bec5b8f0838191cfe0e6358..27d56751b0322f25d24659249ea552054af138de 100644 (file)
@@ -18,7 +18,7 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.0)
+AC_INIT([altos], 1.0.1)
 AC_CONFIG_SRCDIR([src/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE