]> www.ginac.de Git - ginac.git/blobdiff - ginac/version.h
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac / version.h
index 974c35f3da1fe3bc2db55daea7d7d682141bc44d..d6c1381bbf2040de7b67e031ea99d9bea77730de 100644 (file)
@@ -3,7 +3,7 @@
  *  GiNaC library version information. */
 
 /*
- *  GiNaC Copyright (C) 1999-2022 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2024 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 8
 
 /* Micro version of GiNaC */
-#define GINACLIB_MICRO_VERSION 4
+#define GINACLIB_MICRO_VERSION 7
 
 // GiNaC library version information. It has very little to do with GiNaC
 // version number. In particular, library version is OS dependent. 
@@ -55,8 +55,8 @@
 // TODO, when breaking the SONAME:
 //  * change matrix inverse to use default argument (twice)
 //  * check for interfaces marked as deprecated
-#define GINAC_LT_CURRENT  13
-#define GINAC_LT_REVISION 3
+#define GINAC_LT_CURRENT  12
+#define GINAC_LT_REVISION 6
 #define GINAC_LT_AGE      1
 
 /*