comparison configure.in @ 235:9d6bb722d0fe

update version numbers
author Carl Byington <carl@five-ten-sg.com>
date Fri, 11 Sep 2009 12:59:24 -0700
parents f8dc1b7201ad
children aa50c23a6935
comparison
equal deleted inserted replaced
234:ed0cb66b23d4 235:9d6bb722d0fe
17 # 5. If any interfaces have been removed or changed since the last public 17 # 5. If any interfaces have been removed or changed since the last public
18 # release, then set age to 0, since we are not backward compatible. 18 # release, then set age to 0, since we are not backward compatible.
19 # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x 19 # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x
20 # and x=current-age, y=age, z=revision 20 # and x=current-age, y=age, z=revision
21 21
22 libpst_version_info='4:0:0' 22 libpst_version_info='4:1:0'
23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) 23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
24 libpst_so_major='4' 24 libpst_so_major='4'
25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) 25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
26 26
27 # libpst 27 # libpst
28 # version soname so library name 28 # version soname so library name
29 # 0.6.35 libpst.so.2 libpst.so.2.0.0 29 # 0.6.35 libpst.so.2 libpst.so.2.0.0
30 # 0.6.37 libpst.so.2 libpst.so.2.1.0 30 # 0.6.37 libpst.so.2 libpst.so.2.1.0
31 # 0.6.38 libpst.so.2 libpst.so.2.1.0 31 # 0.6.38 libpst.so.2 libpst.so.2.1.0
32 # 0.6.40 libpst.so.4 libpst.so.4.0.0
33 # 0.6.43 libpst.so.4 libpst.so.4.0.1
32 34
33 35
34 36
35 # Check for win32 37 # Check for win32
36 AC_MSG_CHECKING([for Win32]) 38 AC_MSG_CHECKING([for Win32])