File:  [parser3project] / parser3 / src / include / pa_version.h
Revision 1.64: download - view: text, annotated - select for diffs - revision graph
Fri Jan 10 19:38:34 2025 UTC (18 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, HEAD
3.5.0 -> 3.5.1, syslog check

/* specified manually on Windows [automaticaly set on Unix] */
#ifndef PARSER_VERSION
#ifdef _WIN64
#define PARSER_VERSION "3.5.1 (compiled on amd64-pc-win64)"
#else
#define PARSER_VERSION "3.5.1 (compiled on i386-pc-win32)"
#endif
#endif

E-mail: