Skip to content

Commit 232b3bd

Browse files
committed
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.
1 parent 5ac3e49 commit 232b3bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,11 +1243,11 @@ EXT=
12431243

12441244
# The calc version in the form of x.y.z.w
12451245
#
1246-
VERSION= 2.15.0.7
1246+
VERSION= 2.15.1.0
12471247

12481248
# The calc major version in the form of x.y.z
12491249
#
1250-
VER= 2.15.0
1250+
VER= 2.15.1
12511251

12521252
# Names of shared libraries with versions
12531253
#

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
*/
6464
#define MAJOR_VER 2 /* level 1: major library version */
6565
#define MINOR_VER 15 /* level 2: minor library version */
66-
#define MAJOR_PATCH 0 /* level 3: major software version level */
67-
#define MINOR_PATCH 7 /* level 4: minor software version level */
66+
#define MAJOR_PATCH 1 /* level 3: major software version level */
67+
#define MINOR_PATCH 0 /* level 4: minor software version level */
6868

6969

7070
#endif /* !INCLUDE_VERSION_H*/

0 commit comments

Comments
 (0)