configure.ac : Bump version to 1.0.18pre23.

This commit is contained in:
Erik de Castro Lopo 2008-08-18 22:23:33 +10:00
parent fa5a4eb7ca
commit 50b823175e
2 changed files with 3 additions and 1 deletions

View File

@ -11,10 +11,12 @@
*.oct
*.oga
*.paf
*.rifx
*.sd2
*.sds
*.svx
*.wav
*.wavex
.deps
.libs
Cfg/compile

View File

@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.57)
AC_INIT([libsndfile],[1.0.18pre22],[erikd@mega-nerd.com])
AC_INIT([libsndfile],[1.0.18pre23],[erikd@mega-nerd.com])
# Put config stuff in Cfg.
AC_CONFIG_AUX_DIR(Cfg)