diff --git a/CHANGELOG.md b/CHANGELOG.md index e771ef125..d31db0edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.24.0] - 2024-7-20 +## [1.24.0] - 2024-10-13 @begin{alert} The release of 1.24 is in progress. The highlights in this list are in diff --git a/builder/Manifest/Manifest.pl b/builder/Manifest/Manifest.pl index fb8b0ad38..b7ed8051c 100644 --- a/builder/Manifest/Manifest.pl +++ b/builder/Manifest/Manifest.pl @@ -1,5 +1,5 @@ :- bundle(builder). -version('1.23.0'). % (same as 'core') +version('1.24.0'). % (same as 'core') depends([core]). alias_paths([ciaobld = 'src']). % diff --git a/ciao-boot.sh b/ciao-boot.sh index 647f99cc7..58263c461 100755 --- a/ciao-boot.sh +++ b/ciao-boot.sh @@ -40,8 +40,8 @@ fi release_query_info() { case "$v__release" in - stable) tag=v1.23.0-m1 ;; - beta) tag=v1.23.0-m1 ;; + stable) tag=v1.24.0-m1 ;; + beta) tag=v1.24.0-m1 ;; latest) tag=master ;; esac # Set other defaults based on release diff --git a/core/Manifest/GlobalVersion b/core/Manifest/GlobalVersion index 193d14030..614245ec4 100644 --- a/core/Manifest/GlobalVersion +++ b/core/Manifest/GlobalVersion @@ -1 +1 @@ -1.23 \ No newline at end of file +1.24 \ No newline at end of file