ENH: Updated release script configuration for CMake release 1.4.4.

This commit is contained in:
Brad King 2002-08-28 08:51:37 -04:00
parent 5897d078c6
commit 2e8880bae0
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
RELEASE_TAG="Release-1-4"
VERSION="1.4"
VERSION="1.4.4"
PLATFORM="hpux-static"
CC="cc"
CXX="aCC"

View File

@ -1,5 +1,5 @@
RELEASE_TAG="Release-1-4"
VERSION="1.4"
VERSION="1.4.4"
PLATFORM="irix65"
CC="cc"
CXX="CC"

View File

@ -1,5 +1,5 @@
RELEASE_TAG="Release-1-4"
VERSION="1.4"
VERSION="1.4.4"
PLATFORM="x86-linux-static"
CREATE_SOURCE_TARBALL="yes"
CURSES_LIBRARY="/usr/lib/libcurses.a"

View File

@ -1,5 +1,5 @@
RELEASE_TAG="Release-1-4"
VERSION="1.4"
VERSION="1.4.4"
PLATFORM="sparc-sunos57-static"
CURSES_LIBRARY="/usr/lib/libcurses.a"
FORM_LIBRARY="/usr/lib/libform.a"