2004-09-16
2004-09-16 00:15:22 by Martin Nilsson <mani@lysator.liu.se>
-
50bf1e53da6f7306193f941de7df58ed0c2c77d0
(9 lines)
(+6/-3)
[
Show
| Annotate
]
Branch: 7.9
Let build be part of regsitry key.
Rev: src/main.c:1.206
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: main.c,v 1.205 2004/07/04 21:03:09 srb Exp $
+ || $Id: main.c,v 1.206 2004/09/16 00:15:22 nilsson Exp $
*/
#include "global.h"
- RCSID("$Id: main.c,v 1.205 2004/07/04 21:03:09 srb Exp $");
+ RCSID("$Id: main.c,v 1.206 2004/09/16 00:15:22 nilsson Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
176: Inside #if defined(__NT__)
(LPCTSTR)("SOFTWARE\\Pike\\"
DEFINETOSTR(PIKE_MAJOR_VERSION)
"."
- DEFINETOSTR(PIKE_MINOR_VERSION)),
+ DEFINETOSTR(PIKE_MINOR_VERSION)
+ "."
+ DEFINETOSTR(PIKE_BUILD_VERSION)),
0,KEY_READ,&k)==ERROR_SUCCESS)
{
if(RegQueryValueEx(k,