Skip to content

Commit a446f8e

Browse files
committed
Bump Ciao version to 1.24
Src-commit: 8123d52c941a1c2f134e2d6fcc68db13b9c462bb
1 parent cd2fa42 commit a446f8e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.24.0] - 2024-7-20
3+
## [1.24.0] - 2024-10-13
44

55
@begin{alert}
66
The release of 1.24 is in progress. The highlights in this list are in

builder/Manifest/Manifest.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:- bundle(builder).
2-
version('1.23.0'). % (same as 'core')
2+
version('1.24.0'). % (same as 'core')
33
depends([core]).
44
alias_paths([ciaobld = 'src']).
55
%

ciao-boot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ fi
4040

4141
release_query_info() {
4242
case "$v__release" in
43-
stable) tag=v1.23.0-m1 ;;
44-
beta) tag=v1.23.0-m1 ;;
43+
stable) tag=v1.24.0-m1 ;;
44+
beta) tag=v1.24.0-m1 ;;
4545
latest) tag=master ;;
4646
esac
4747
# Set other defaults based on release

core/Manifest/GlobalVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23
1+
1.24

0 commit comments

Comments
 (0)