File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const char * calcium_version(void);
33
33
34
34
#define __CALCIUM_VERSION 0
35
35
#define __CALCIUM_VERSION_MINOR 4
36
- #define __CALCIUM_VERSION_PATCHLEVEL 0
36
+ #define __CALCIUM_VERSION_PATCHLEVEL 1
37
37
#define CALCIUM_VERSION "0.4.0"
38
38
#define __CALCIUM_RELEASE (__CALCIUM_VERSION * 10000 + \
39
39
__CALCIUM_VERSION_MINOR * 100 + \
Original file line number Diff line number Diff line change 13
13
# 0.0.1 => 0.0.1
14
14
CALCIUM_MAJOR=0
15
15
CALCIUM_MINOR=4
16
- CALCIUM_PATCH=0
16
+ CALCIUM_PATCH=1
17
17
18
18
PREFIX=" /usr/local"
19
19
GMP_DIR=" /usr/local"
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ in the git repository https://github.com/fredrik-johansson/calcium
9
9
Old releases of the code can be accessed from
10
10
https://github.com/fredrik-johansson/calcium/releases
11
11
12
+ 2021-07-24 - version 0.4.1
13
+ -------------------------------------------------------------------------------
14
+
15
+ * Flint 2.8 compatibility.
16
+
17
+
12
18
2021-05-28 - version 0.4
13
19
-------------------------------------------------------------------------------
14
20
You can’t perform that action at this time.
0 commit comments