[q-lang-cvs] q/src Makefile.mingw,1.33,1.34 mingw.h,1.22,1.23
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-07 23:08:04
|
Update of /cvsroot/q-lang/q/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30571/src Modified Files: Makefile.mingw mingw.h Log Message: bump version number Index: mingw.h =================================================================== RCS file: /cvsroot/q-lang/q/src/mingw.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mingw.h 29 Sep 2007 09:57:10 -0000 1.22 --- mingw.h 7 Dec 2007 23:08:00 -0000 1.23 *************** *** 153,156 **** /* Version number of package */ ! #define VERSION "7.8" --- 153,156 ---- /* Version number of package */ ! #define VERSION "7.9" Index: Makefile.mingw =================================================================== RCS file: /cvsroot/q-lang/q/src/Makefile.mingw,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Makefile.mingw 29 Sep 2007 09:57:10 -0000 1.33 --- Makefile.mingw 7 Dec 2007 23:08:00 -0000 1.34 *************** *** 17,21 **** # version number ! version = 7.8 # Window'ish installation layout: binaries and libraries in prefix directory, --- 17,21 ---- # version number ! version = 7.9 # Window'ish installation layout: binaries and libraries in prefix directory, *************** *** 42,46 **** # the following variable may be used to overwrite settings specified in sys.h ! DEFS = -DHAVE_MINGW_H -DYEAR='"2007"' -DSYSINFO='"$(host)"' -DQPATH='".;$(libdir)"' -DQEXEC='"$(prefix)/q"' -DREADLINE_LIBRARY -DUSE_THREADS EXEEXT = .exe --- 42,46 ---- # the following variable may be used to overwrite settings specified in sys.h ! DEFS = -DHAVE_MINGW_H -DYEAR='"2008"' -DSYSINFO='"$(host)"' -DQPATH='".;$(libdir)"' -DQEXEC='"$(prefix)/q"' -DREADLINE_LIBRARY -DUSE_THREADS EXEEXT = .exe |