Skip to content

Commit

Permalink
Release v2.15.0.5
Browse files Browse the repository at this point in the history
The following are the changes in this release:

     make clobber now removes the legacy files: have_fpos.h, help/man,
     and help/usage.  The latter 2 are now managed as help aliases
     in help.c.

     make install now removes the legacy files: ${HELPDIR}/man
     and ${HELPDIR}/usage.

     Fixed a problem where, when calc was linked with and uses GNU
     readline then for any multi-line copy-and-paste, only the first
     line is executed.  Thanks to GitHub user @malfisya for reporting
     this problem, and thanks to GitHub user @gromit1811 for doing
     the research needed to overcome deficiencies in the GNU readline
     documentation, and for supplying the work-a-round to allow
     multi-line copy-and-paste to work as expected!
  • Loading branch information
lcn2 committed Feb 2, 2024
1 parent 0a34691 commit bb3b861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ EXT=

# The calc version in the form of x.y.z.w
#
VERSION= 2.15.0.4
VERSION= 2.15.0.5

# The calc major version in the form of x.y.z
#
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#define MAJOR_VER 2 /* level 1: major library version */
#define MINOR_VER 15 /* level 2: minor library version */
#define MAJOR_PATCH 0 /* level 3: major software version level */
#define MINOR_PATCH 4 /* level 4: minor software version level */
#define MINOR_PATCH 5 /* level 4: minor software version level */


#endif /* !INCLUDE_VERSION_H*/

0 comments on commit bb3b861

Please sign in to comment.