comparison configure.in @ 1594:3fbec0e63e6b

updated version string to beta1
author nadvornik
date Thu, 07 May 2009 19:38:07 +0000
parents fbd02e4d709e
children 6bfe8fc7a403
comparison
equal deleted inserted replaced
1593:2b2aa3326763 1594:3fbec0e63e6b
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 dnl GNU General Public License for more details. 15 dnl GNU General Public License for more details.
16 16
17 AC_PREREQ(2.57) 17 AC_PREREQ(2.57)
18 AC_INIT(geeqie, 1.0alpha3, geeqie-devel@lists.sourceforge.net) 18 AC_INIT(geeqie, 1.0beta1, geeqie-devel@lists.sourceforge.net)
19 19
20 # Check for rightly dirs 20 # Check for rightly dirs
21 AC_CONFIG_SRCDIR([src/main.c]) 21 AC_CONFIG_SRCDIR([src/main.c])
22 22
23 AC_CONFIG_AUX_DIR(auxdir) 23 AC_CONFIG_AUX_DIR(auxdir)