mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Compare commits
4 Commits
v2.14.0.13
...
prod-2.14.
Author | SHA1 | Date | |
---|---|---|---|
|
ee70c12481 | ||
|
d4970d66ce | ||
|
c3ea3d28a4 | ||
|
3fa34dabfe |
12
CHANGES
12
CHANGES
@@ -1,4 +1,14 @@
|
||||
The following are the changes from calc version 2.14.0.13 to date:
|
||||
The following are the changes from calc version 2.14.0.14 to date:
|
||||
|
||||
Fixed typo in Makefile.local comment.
|
||||
|
||||
Established a tagging procedure for a production release.
|
||||
Production git tags will be of the form:
|
||||
|
||||
prod-2.x.y.z
|
||||
|
||||
|
||||
The following are the changes from calc version 2.14.0.13 to 2.14.0.13:
|
||||
|
||||
Made major changes to our release process in order to avoid
|
||||
missing critical files that happened in calc v2.4.0.12.
|
||||
|
2
Makefile
2
Makefile
@@ -1297,7 +1297,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.14.0.13
|
||||
VERSION= 2.14.0.14
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
@@ -5,14 +5,14 @@
|
||||
# before the first make rule. This makes this file suitable to override
|
||||
# Makefile variables.
|
||||
#
|
||||
# To replace a Makefile variale, use := symbols. For example:
|
||||
# To replace a Makefile variable, use := symbols. For example:
|
||||
#
|
||||
# CCWERR:= -Werror
|
||||
#
|
||||
# NOTE: You need to remove the leading '#<whitespaces>' to take effect.
|
||||
# Comments start with a #-character.
|
||||
#
|
||||
# You can append to an existing Makefile variale using '+=' symbols.
|
||||
# You can append to an existing Makefile variable using '+=' symbols.
|
||||
# For example:
|
||||
#
|
||||
# CFLAGS+= -Ofast
|
||||
|
@@ -1150,7 +1150,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.14.0.13
|
||||
VERSION= 2.14.0.14
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
@@ -474,7 +474,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.14.0.13
|
||||
VERSION= 2.14.0.14
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
@@ -445,7 +445,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.14.0.13
|
||||
VERSION= 2.14.0.14
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
@@ -54,7 +54,7 @@ static char *program;
|
||||
#define MAJOR_VER 2 /* major library version */
|
||||
#define MINOR_VER 14 /* minor library version */
|
||||
#define MAJOR_PATCH 0 /* major software version level */
|
||||
#define MINOR_PATCH 13 /* minor software version level */
|
||||
#define MINOR_PATCH 14 /* minor software version level */
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user