diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b1427e0..46a98b1 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.41 2004/03/02 03:56:35 sabetts Exp $ +dnl $Id: configure.in,v 1.42 2004/04/19 01:30:38 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.3.0-cvs) +AM_INIT_AUTOMAKE(ratpoison, 1.3.0-rc2-beta1) AM_CONFIG_HEADER(src/config.h) |