bump version number to 1.1.1-beta1, with a target date of 2004-07-31

This commit is contained in:
Josh Coalson
2004-07-25 20:57:28 +00:00
parent 31bdd7048a
commit 63ee53d94d
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, CVS-20040316)
AM_INIT_AUTOMAKE(flac, 1.1.1-beta1)
# Don't automagically regenerate autoconf/automake generated files unless
# explicitly requested. Eases autobuilding -mdz