[Cpri-develop] cpri/misc makefile.ver,1.5,1.6 zipup.sh,1.5,1.6
Brought to you by:
chrisan,
rasmusmyklebust
|
From: <ch...@us...> - 2003-12-14 16:42:43
|
Update of /cvsroot/cpri/cpri/misc In directory sc8-pr-cvs1:/tmp/cvs-serv1259/misc Modified Files: makefile.ver zipup.sh Log Message: New version: 0.9.3 Index: makefile.ver =================================================================== RCS file: /cvsroot/cpri/cpri/misc/makefile.ver,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** makefile.ver 7 Dec 2003 21:09:56 -0000 1.5 --- makefile.ver 14 Dec 2003 16:42:40 -0000 1.6 *************** *** 7,10 **** # Shared library versions for Unix # todo: this is unused at the moment ! shared_version = 0.9.2 shared_major_minor = 0.9 --- 7,10 ---- # Shared library versions for Unix # todo: this is unused at the moment ! shared_version = 0.9.3 shared_major_minor = 0.9 Index: zipup.sh =================================================================== RCS file: /cvsroot/cpri/cpri/misc/zipup.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** zipup.sh 7 Dec 2003 21:09:56 -0000 1.5 --- zipup.sh 14 Dec 2003 16:42:40 -0000 1.6 *************** *** 12,17 **** # note: these are patched by fixver.sh script. ! zipversion=092 ! tgzversion=0.9.2 if [ "$1" != "-q" ]; then --- 12,17 ---- # note: these are patched by fixver.sh script. ! zipversion=093 ! tgzversion=0.9.3 if [ "$1" != "-q" ]; then |