Skip to content

Commit a86e9fc

Browse files
version 0.4.1
1 parent a48b034 commit a86e9fc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

calcium.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const char * calcium_version(void);
3333

3434
#define __CALCIUM_VERSION 0
3535
#define __CALCIUM_VERSION_MINOR 4
36-
#define __CALCIUM_VERSION_PATCHLEVEL 0
36+
#define __CALCIUM_VERSION_PATCHLEVEL 1
3737
#define CALCIUM_VERSION "0.4.0"
3838
#define __CALCIUM_RELEASE (__CALCIUM_VERSION * 10000 + \
3939
__CALCIUM_VERSION_MINOR * 100 + \

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# 0.0.1 => 0.0.1
1414
CALCIUM_MAJOR=0
1515
CALCIUM_MINOR=4
16-
CALCIUM_PATCH=0
16+
CALCIUM_PATCH=1
1717

1818
PREFIX="/usr/local"
1919
GMP_DIR="/usr/local"

doc/source/history.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ in the git repository https://github.com/fredrik-johansson/calcium
99
Old releases of the code can be accessed from
1010
https://github.com/fredrik-johansson/calcium/releases
1111

12+
2021-07-24 - version 0.4.1
13+
-------------------------------------------------------------------------------
14+
15+
* Flint 2.8 compatibility.
16+
17+
1218
2021-05-28 - version 0.4
1319
-------------------------------------------------------------------------------
1420

0 commit comments

Comments
 (0)