[wpdev-commits] wolfpack verinfo.h,1.37,1.38
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-21 14:34:55
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1628 Modified Files: verinfo.h Log Message: Someone can reverse if they don't like it.. but I think this might help some. For CVS we should have `cvs` at the end of the version. Example, like now: 12.9.8cvs And on releases whom ever does the compiles/release can remove the cvs. This should let us separate cvs/snapshot users from release users. Gives us a better chance to support the issue. :) Index: verinfo.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/verinfo.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** verinfo.h 4 Jul 2004 16:45:43 -0000 1.37 --- verinfo.h 21 Jul 2004 14:34:34 -0000 1.38 *************** *** 36,40 **** inline const char* productVersion() { ! return "12.9.8"; } --- 36,40 ---- inline const char* productVersion() { ! return "12.9.8cvs"; } |