mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release v2.14.3.1
IMPORTANT: This is just a test release. Please do not use.
This commit is contained in:
2
Makefile
2
Makefile
@@ -1317,7 +1317,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.14.3.0
|
||||
VERSION= 2.14.3.1
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
@@ -492,7 +492,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.14.3.0
|
||||
VERSION= 2.14.3.1
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
@@ -84,7 +84,7 @@ static char *program;
|
||||
#define MAJOR_VER 2 /* major library version */
|
||||
#define MINOR_VER 14 /* minor library version */
|
||||
#define MAJOR_PATCH 3 /* major software version level */
|
||||
#define MINOR_PATCH 0 /* minor software version level */
|
||||
#define MINOR_PATCH 1 /* minor software version level */
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user