Ignore:
Timestamp:
2006-08-17T17:38:32+12:00 (18 years ago)
Author:
kjdon
Message:

set versionnum macro so that it can be used in the HTML header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/documentaction.cpp

    r12229 r12463  
    477477  // _usabilityscript_   collect.cfg
    478478
     479  // _versionnnum_   greenstone version number (hard-coded)
    479480  // must have a valid collection server to continue
    480481   
     
    569570    disp.setmacro("usabilityscript", displayclass::defaultpackage, "_usabshowscript_");
    570571  }
     572
     573  // version num
     574  disp.setmacro("versionnum", displayclass::defaultpackage, GSDL_VERSION);
    571575
    572576}
Note: See TracChangeset for help on using the changeset viewer.