]> www.ginac.de Git - ginac.git/blobdiff - ginac/version.h
[build] Define package version number in version.h (for non autotools build).
[ginac.git] / ginac / version.h
similarity index 86%
rename from ginac/version.h.in
rename to ginac/version.h
index a8a717577723af6781e9b585dd2e28ae80f2c6ed..b79b9fb5ae7cc035c7fa22a322d83f6af7224d9b 100644 (file)
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#ifndef __GINAC_VERSION_H__
-#define __GINAC_VERSION_H__
+#ifndef GINAC_VERSION_H
+#define GINAC_VERSION_H
 
 /* Major version of GiNaC */
-#undef GINACLIB_MAJOR_VERSION
+#define GINACLIB_MAJOR_VERSION 1
 
 /* Minor version of GiNaC */
-#undef GINACLIB_MINOR_VERSION
+#define GINACLIB_MINOR_VERSION 6
 
 /* Micro version of GiNaC */
-#undef GINACLIB_MICRO_VERSION
+#define GINACLIB_MICRO_VERSION 2
 
 namespace GiNaC {
 
@@ -40,4 +40,4 @@ extern const int version_micro;
 
 } // namespace GiNaC
 
-#endif // ndef __GINAC_VERSION_H__
+#endif // ndef GINAC_VERSION_H