We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae85846 commit c97ee18Copy full SHA for c97ee18
Makefile.config
@@ -1243,7 +1243,7 @@ EXT=
1243
1244
# The calc version in the form of x.y.z.w
1245
#
1246
-VERSION= 2.15.0.5
+VERSION= 2.15.0.6
1247
1248
# The calc major version in the form of x.y.z
1249
version.h
@@ -64,7 +64,7 @@
64
#define MAJOR_VER 2 /* level 1: major library version */
65
#define MINOR_VER 15 /* level 2: minor library version */
66
#define MAJOR_PATCH 0 /* level 3: major software version level */
67
-#define MINOR_PATCH 5 /* level 4: minor software version level */
+#define MINOR_PATCH 6 /* level 4: minor software version level */
68
69
70
#endif /* !INCLUDE_VERSION_H*/
0 commit comments