diff --git a/CHANGES b/CHANGES index da8be98..9c34268 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -The following are the changes from calc version 2.13.0.1 to date: +The following are the changes from calc version 2.14.0.0 to date: The :-separated default CALCRC value has been reversed. The default CALCRC was: @@ -37,7 +37,7 @@ The following are the changes from calc version 2.13.0.1 to date: dump core. -The following are the changes from calc version 2.13.0.1: +The following are the changes from calc version 2.13.0.1 to 2.13.0.1: Replaced /usr/local with the use of ${PREFIX} in calc Makefiles. @@ -70,7 +70,7 @@ The following are the changes from calc version 2.13.0.1: Updated HOWTO.INSTALL to mention Makefile.local. -The following are the changes from calc version 2.13.0.0: +The following are the changes from calc version 2.13.0.0 to 2.13.0.0: Fixed typo (missing quotes) in the env rule. diff --git a/Makefile.ship b/Makefile.ship index 5a09951..700065a 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1198,7 +1198,7 @@ EXT= # The default calc versions # -VERSION= 2.13.0.1 +VERSION= 2.14.0.0 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index fc2c14c..0e33dcf 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -489,7 +489,7 @@ EXT= # The default calc versions # -VERSION= 2.13.0.1 +VERSION= 2.14.0.0 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index cccf556..d86775a 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -489,7 +489,7 @@ EXT= # The default calc versions # -VERSION= 2.13.0.1 +VERSION= 2.14.0.0 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 755c5c2..31b5afe 100644 --- a/version.c +++ b/version.c @@ -52,9 +52,9 @@ static char *program; #define MAJOR_VER 2 /* major library version */ -#define MINOR_VER 13 /* minor library version */ +#define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 0 /* major software version level */ -#define MINOR_PATCH 1 /* minor software version level */ +#define MINOR_PATCH 0 /* minor software version level */ /*