Skip to content

Commit a4d4a6b

Browse files
committed
Jump version to 1.25
Src-commit: 1174c3364d0d3ec61f21ac80fdf5116172d7acb8
1 parent b9d9edd commit a4d4a6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.24.0'). % (same as 'core')
2+
version('1.25.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.24.0-m1 ;;
44-
beta) tag=v1.24.0-m1 ;;
43+
stable) tag=v1.25.0-m1 ;;
44+
beta) tag=v1.25.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.24
1+
1.25

0 commit comments

Comments
 (0)