comparison configure.in @ 112:554e9a422778 stable-0-6-23

bump version to avoid cvs tagging mistake in fedora
author Carl Byington <carl@five-ten-sg.com>
date Thu, 04 Dec 2008 10:36:25 -0800
parents 7133b39975f7
children e213bfcf9aa7
comparison
equal deleted inserted replaced
111:cddceda66e9e 112:554e9a422778
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.22,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.23,carl@five-ten-sg.com)
3 AC_CONFIG_SRCDIR([config.h.in]) 3 AC_CONFIG_SRCDIR([config.h.in])
4 AC_CONFIG_HEADER([config.h]) 4 AC_CONFIG_HEADER([config.h])
5 5
6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) 6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
7 7