IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2009, 11:37:32 AM (17 years ago)
Author:
bills
Message:

Add a new table to the database dbversion where we will store the
schema version number. In -exportrun save the version in the output files.
Then in -importrun insure that the input file version matches the schema.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/configure.ac

    r25835 r25851  
    11AC_PREREQ(2.61)
    22
    3 AC_INIT([ipptools], [1.1.37], [ipp-support@ifa.hawaii.edu])
     3AC_INIT([ipptools], [1.1.56], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([autogen.sh])
    55
     
    5858CFLAGS="${CFLAGS=} -Wall -Werror"
    5959
     60IPPDB_VERSION=`$PKG_CONFIG --modversion ippdb`
     61AC_DEFINE_UNQUOTED(IPPDB_VERSION, $IPPDB_VERSION, [Version of ippdb])
     62
    6063AC_CONFIG_FILES([
    6164  Makefile
Note: See TracChangeset for help on using the changeset viewer.