File:  [parser3project] / parser3 / src / include / pa_version.h
Revision 1.62: download - view: text, annotated - select for diffs - revision graph
Sun Dec 8 01:23:06 2024 UTC (19 months ago) by moko
Branches: MAIN
CVS tags: HEAD
3.4.7b -> 3.5.0rc

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

E-mail: