bump the version number from 1.0.4_beta to 1.0.4

This commit is contained in:
Josh Coalson
2002-09-25 06:07:23 +00:00
parent da2dcd0404
commit 7dfd40de07
13 changed files with 23 additions and 23 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, 1.0.4_beta)
AM_INIT_AUTOMAKE(flac, 1.0.4)
# Function to configure paths for id3lib; search for 'meat' to get to the end.
# adapted from ogg.m4