|
From: Andre R. <and...@us...> - 2004-12-01 14:54:02
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4151/Common/source Modified Files: Tag: New_Tables_Experiment-branch about.c Log Message: Modify version string displayed in About window to indicate that this is a release belonging to an experimental branch. Index: about.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/about.c,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** about.c 31 Oct 2004 13:02:23 -0000 1.4 --- about.c 1 Dec 2004 14:53:35 -0000 1.4.2.1 *************** *** 796,799 **** --- 796,805 ---- filegetprogramversion (bs); + #if defined(flrecyclehashnodes) || defined(flrecyclehashnodes) || defined(fltablesortorderisarray) + + pushstring ("\x04" "-NT1", bs); + + #endif + #ifdef fltrialsize |