[Cpri-develop] cpri/misc makefile.ver,1.9,1.10 zipup.sh,1.10,1.11
Brought to you by:
chrisan,
rasmusmyklebust
|
From: Christer S. <ch...@us...> - 2006-01-21 15:11:59
|
Update of /cvsroot/cpri/cpri/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30370/misc Modified Files: makefile.ver zipup.sh Log Message: Fixed bug 1411546 Nothing is printed Index: makefile.ver =================================================================== RCS file: /cvsroot/cpri/cpri/misc/makefile.ver,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile.ver 29 Oct 2005 18:57:29 -0000 1.9 --- makefile.ver 21 Jan 2006 15:11:48 -0000 1.10 *************** *** 7,10 **** # Shared library versions for Unix # todo: this is unused at the moment ! shared_version = 0.9.5 shared_major_minor = 0.9 --- 7,10 ---- # Shared library versions for Unix # todo: this is unused at the moment ! shared_version = 0.9.6 shared_major_minor = 0.9 Index: zipup.sh =================================================================== RCS file: /cvsroot/cpri/cpri/misc/zipup.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** zipup.sh 29 Oct 2005 18:57:29 -0000 1.10 --- zipup.sh 21 Jan 2006 15:11:48 -0000 1.11 *************** *** 12,17 **** # note: these are patched by fixver.sh script. ! zipversion=095 ! tgzversion=0.9.5 if [ "$1" != "-q" ]; then --- 12,17 ---- # note: these are patched by fixver.sh script. ! zipversion=096 ! tgzversion=0.9.6 if [ "$1" != "-q" ]; then |