[Cpri-develop] cpri/misc makefile.ver, 1.10, 1.11 zipup.sh, 1.11, 1.12
Brought to you by:
chrisan,
rasmusmyklebust
|
From: Christer S. <ch...@us...> - 2009-09-28 19:23:44
|
Update of /cvsroot/cpri/cpri/misc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14390/misc Modified Files: makefile.ver zipup.sh Log Message: made new version Index: makefile.ver =================================================================== RCS file: /cvsroot/cpri/cpri/misc/makefile.ver,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** makefile.ver 21 Jan 2006 15:11:48 -0000 1.10 --- makefile.ver 28 Sep 2009 19:23:32 -0000 1.11 *************** *** 7,10 **** # Shared library versions for Unix # todo: this is unused at the moment ! shared_version = 0.9.6 shared_major_minor = 0.9 --- 7,10 ---- # Shared library versions for Unix # todo: this is unused at the moment ! shared_version = 0.9.7 shared_major_minor = 0.9 Index: zipup.sh =================================================================== RCS file: /cvsroot/cpri/cpri/misc/zipup.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** zipup.sh 21 Jan 2006 15:11:48 -0000 1.11 --- zipup.sh 28 Sep 2009 19:23:32 -0000 1.12 *************** *** 12,17 **** # note: these are patched by fixver.sh script. ! zipversion=096 ! tgzversion=0.9.6 if [ "$1" != "-q" ]; then --- 12,17 ---- # note: these are patched by fixver.sh script. ! zipversion=097 ! tgzversion=0.9.7 if [ "$1" != "-q" ]; then |