mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release v2.15.1.0
The following are the changes in this release: Converted all ASCII tabs to ASCII spaces using a 8 character tab stop, for all files, except for all Makefiles (plus rpm.mk). The command `git diff -w` reports no changes. There is no functionality change in calc: only ASCII tabs to ASCII spaces. Fixed trailblank. It was pruning . in its find search. Added check for ASCII tabs is non-Makefiles. This version will form the basis for the calc v2 to calc v3 fork.
This commit is contained in:
@@ -1243,11 +1243,11 @@ EXT=
|
||||
|
||||
# The calc version in the form of x.y.z.w
|
||||
#
|
||||
VERSION= 2.15.0.7
|
||||
VERSION= 2.15.1.0
|
||||
|
||||
# The calc major version in the form of x.y.z
|
||||
#
|
||||
VER= 2.15.0
|
||||
VER= 2.15.1
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
|
Reference in New Issue
Block a user