File:  [parser3project] / parser3 / src / include / pa_version.h
Revision 1.65: download - view: text, annotated - select for diffs - revision graph
Sat Jan 25 15:50:02 2025 UTC (16 months, 1 week ago) by moko
Branches: MAIN
CVS tags: HEAD
version 3.5.1 -> 3.5.2b

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

E-mail: