IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2009, 11:19:58 AM (16 years ago)
Author:
bills
Message:

change pxadmin to use the IPPDB_VERSION instead of the ippTools version
to set the database version. Require ippdb version 1.1.57 to build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxadmin.c

    r25851 r26194  
    114114    psFree(query);
    115115
    116     if (!insert_dbversion(config, PACKAGE_VERSION)) {
     116    if (!insert_dbversion(config, IPPDB_VERSION)) {
    117117        psError(PS_ERR_UNKNOWN, false, "failed to set database version");
    118118        return false;
     
    155155    psFree(query);
    156156
    157     if (!insert_dbversion(config, PACKAGE_VERSION)) {
     157    if (!insert_dbversion(config, IPPDB_VERSION)) {
    158158        psError(PS_ERR_UNKNOWN, false, "failed to set database version");
    159159        return false;
Note: See TracChangeset for help on using the changeset viewer.