c8962c2001-02-02Per Hedbor // Version information
50696d2018-05-29Henrik Grubbström (Grubba) //
399d722000-03-28Martin Nilsson // Note that version information (major and minor) is also
d2458e2013-11-25Henrik Grubbström (Grubba) // present in module.h and in the roxen.version test in // ../test/tests/rxml/RoxenTest_BaseRXML.xml .
a462ec2022-02-14Henrik Grubbström (Grubba) constant roxen_ver = "7.0";
cdbe2e2022-05-21Automatic Build constant roxen_build = "127";
bdb5541999-12-28Martin Nilsson 
6aec6f2002-03-15Henrik Grubbström (Grubba) #if !constant(roxen_release)
4c6b762013-01-02Henrik Grubbström (Grubba) constant roxen_release = "-git";
6aec6f2002-03-15Henrik Grubbström (Grubba) #endif /* !constant(roxen_release) */
bdb5541999-12-28Martin Nilsson #ifdef __NT__
bb1fc42008-06-24Martin Stjernholm constant real_version= "Roxen/"+roxen_ver+"."+roxen_build+" NT"+roxen_release;
bdb5541999-12-28Martin Nilsson #else
bb1fc42008-06-24Martin Stjernholm constant real_version= "Roxen/"+roxen_ver+"."+roxen_build+roxen_release;
bdb5541999-12-28Martin Nilsson #endif
bb1fc42008-06-24Martin Stjernholm  /* Compat for code that includes this file. (The reason for replacing * these two is that pike 7.8 and later reserves all identifiers * beginning and ending with "__".) */ #define __roxen_version__ roxen_ver #define __roxen_build__ roxen_build