]> www.ginac.de Git - ginac.git/blobdiff - ginac/version.h.in
- utils.cpp, version.h.in: add version information to the library itself.
[ginac.git] / ginac / version.h.in
index 81b8ecc612b0b0305dc4a0b810f814363cfa37ac..e165a14e83238bc328be25b82c7d4f7f7e6213cf 100644 (file)
 #define GINACLIB_MINOR_VERSION @GINACLIB_MINOR_VERSION@
 #define GINACLIB_MICRO_VERSION @GINACLIB_MICRO_VERSION@
 
+namespace GiNaC {
+
+extern const int version_major;
+extern const int version_minor;
+extern const int version_micro;
+
+} // namespace GiNaC
+
 #endif // ndef __GINAC_VERSION_H__