From: Bdale Garbee Date: Fri, 26 Aug 2011 15:41:46 +0000 (-0600) Subject: get ready for a 1.0.1 release X-Git-Tag: 1.0.1~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3cea033ec928c21b9f7b810898ed3c3cc536d2ce;ds=sidebyside get ready for a 1.0.1 release --- diff --git a/Releasing b/Releasing index 3307b535..edfb5eb4 100644 --- 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 diff --git a/configure.ac b/configure.ac index f9002508..27d56751 100644 --- a/configure.ac +++ b/configure.ac @@ -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