[q-lang-cvs] qmidicc Makefile,1.2,1.3
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-17 09:02:21
|
Update of /cvsroot/q-lang/qmidicc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16422 Modified Files: Makefile Log Message: bump version number Index: Makefile =================================================================== RCS file: /cvsroot/q-lang/qmidicc/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 7 Oct 2007 11:51:15 -0000 1.2 --- Makefile 17 Dec 2007 09:02:18 -0000 1.3 *************** *** 6,10 **** # application name and version number: app = qmidicc ! version = 1.0 dist = $(app)-$(version) --- 6,10 ---- # application name and version number: app = qmidicc ! version = 1.1 dist = $(app)-$(version) |