Roxen.git/
server/
etc/
include/
version.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-28
2000-03-28 03:46:32 by Peter Bortas <zino@lysator.liu.se>
fc5786997245d93ed697e15adc317f1f66106603 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Version bumped to 2.0.23 by buildsystem.
Rev: server/etc/include/version.h:1.27
3:
*/ constant __roxen_version__ = "2.0";
-
constant __roxen_build__ = "
22
";
+
constant __roxen_build__ = "
23
";
#ifdef __NT__ constant real_version= "Roxen/"+__roxen_version__+"."+__roxen_build__+" NT"; #else constant real_version= "Roxen/"+__roxen_version__+"."+__roxen_build__; #endif