Skip to content

Commit 86a14ec

Browse files
committed
Release v2.16.1.2
The following are the changes in this release: Fixed a bug where the calc command history was not being properly saved in the history file. Thanks go to the GitHub user @Vekhir for both reporting this problem and helping come up with a solution. Per request, we expanded number of entries to save from 1024 to 4096.
1 parent 1468a62 commit 86a14ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ EXT=
12451245

12461246
# The calc version in the form of x.y.z.w
12471247
#
1248-
VERSION= 2.16.1.1
1248+
VERSION= 2.16.1.2
12491249

12501250
# The calc major version in the form of x.y.z
12511251
#

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# define MAJOR_VER 2 /* level 1: major library version */
6363
# define MINOR_VER 16 /* level 2: minor library version */
6464
# define MAJOR_PATCH 1 /* level 3: major software version level */
65-
# define MINOR_PATCH 1 /* level 4: minor software version level */
65+
# define MINOR_PATCH 2 /* level 4: minor software version level */
6666

6767
/*
6868
* Defining PERMIT_DANGEROUS_ADDRESS_ARITHMETIC is NOT supported!

0 commit comments

Comments
 (0)