working on dist

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8020 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-09-07 03:54:02 +00:00
parent 9829d75af3
commit 01b94d05d6
2 changed files with 3 additions and 2 deletions

View File

@ -217,7 +217,7 @@ if [ -z "$ver_patch" ]; then
fi
SED_FILES="$DISTPATH/phreeqc3-doc/RELEASE.TXT \
$DISTPATH/doc/Doxyfile"
$DISTPATH/src/IPhreeqc.h"
for vsn_file in $SED_FILES
do
@ -229,6 +229,7 @@ do
-e "s/@RELEASE_DATE@/$RELEASE_DATE/g" \
-e "s/@PHREEQC_VER@/$VER/g" \
-e "s/@PHREEQC_DATE@/$RELEASE_DATE/g" \
-e "s/@REVISION_SVN@/$REVISION_SVN/g" \
< "$vsn_file" > "$vsn_file.tmp"
unix2dos "$vsn_file.tmp" 2> /dev/null
mv -f "$vsn_file.tmp" "$vsn_file"

View File

@ -7,7 +7,7 @@
#include "Var.h"
/**
* @mainpage IPhreeqc Library Documentation (@PHREEQC_VER@)
* @mainpage IPhreeqc Library Documentation (@PHREEQC_VER@-@REVISION_SVN@)
*
* @htmlonly
* <table>