]> www.ginac.de Git - ginac.git/blobdiff - ginac/version.h
Finalize 1.8.3 release.
[ginac.git] / ginac / version.h
index bb9338a1eeb7b3f7393ad0189050319b446663a0..66d2e872d1e32c38c7e12069d72b0b9531bb4867 100644 (file)
@@ -3,7 +3,7 @@
  *  GiNaC library version information. */
 
 /*
- *  GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2022 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
@@ -27,7 +27,7 @@
 #define GINACLIB_MAJOR_VERSION 1
 
 /* Minor version of GiNaC */
-#define GINACLIB_MINOR_VERSION 7
+#define GINACLIB_MINOR_VERSION 8
 
 /* Micro version of GiNaC */
 #define GINACLIB_MICRO_VERSION 3
 // increasing. This doesn't matter, though: there is not incurred cost
 // for numbers that are omitted, except for shrinking the available space
 // of leftover numbers. Not something we need to worry about yet. ;-)
-// TODO, when setting GINAC_LT_REVISION to 0:
+//
+// On Linux, the SONAME is libginac.so.$(GINAC_LT_CURRENT)-$(GINAC_LT_AGE).
+//
+// TODO, when breaking the SONAME:
 //  * change matrix inverse to use default argument (twice)
-//  * remove interfaces marked as deprecated
-#define GINAC_LT_CURRENT  7
-#define GINAC_LT_REVISION 3
+//  * check for interfaces marked as deprecated
+#define GINAC_LT_CURRENT  12
+#define GINAC_LT_REVISION 2
 #define GINAC_LT_AGE      1
 
 /*