File:  [parser3project] / parser3 / src / include / pa_version.h
Revision 1.63: download - view: text, annotated - select for diffs - revision graph
Thu Dec 26 17:40:40 2024 UTC (18 months, 2 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_0, HEAD
3.5.0rc -> 3.5.0

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

E-mail: