[q-lang-cvs] qcalc qcalc.q,1.216,1.217
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-26 19:51:18
|
Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24094 Modified Files: qcalc.q Log Message: update version number Index: qcalc.q =================================================================== RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v retrieving revision 1.216 retrieving revision 1.217 diff -C2 -d -r1.216 -r1.217 *** qcalc.q 4 Dec 2007 18:45:13 -0000 1.216 --- qcalc.q 26 Jan 2008 19:51:14 -0000 1.217 *************** *** 42,46 **** their own separate qcalc version. */ ! def VERSION = "1.0", CVS_VERSION = "$Id$", COPYRIGHT = "Copyright \169 2007 by Albert Gr\228f"; --- 42,46 ---- their own separate qcalc version. */ ! def VERSION = "1.2", CVS_VERSION = "$Id$", COPYRIGHT = "Copyright \169 2007 by Albert Gr\228f"; |