Release 2.12.8.2

The following are the changes in this release:

    Calc can now correctly compile without CUSTOM being defined,
    thanks to a report by <GitHub user barsnick>.
This commit is contained in:
Landon Curt Noll
2021-02-20 09:27:50 -08:00
parent 1ab3b2c313
commit 0aca07d278
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 8 /* major software version level */
#define MINOR_PATCH 1 /* minor software version level */
#define MINOR_PATCH 2 /* minor software version level */
/*