[q-lang-cvs] qcalc Makefile,1.14,1.15
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-23 06:02:23
|
Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23970 Modified Files: Makefile Log Message: bump version number Index: Makefile =================================================================== RCS file: /cvsroot/q-lang/qcalc/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile 28 Nov 2007 16:02:08 -0000 1.14 --- Makefile 23 Jan 2008 06:02:20 -0000 1.15 *************** *** 6,10 **** # application name and version number: app = qcalc ! version = 1.0 dist = $(app)-$(version) --- 6,10 ---- # application name and version number: app = qcalc ! version = 1.1 dist = $(app)-$(version) |