@@ -4,7 +4,7 @@ echo SHELL="$SHELL"
4
4
5
5
# ##################### COPYRIGHT/COPYLEFT ######################
6
6
7
- # (C) 2022 Michael Soegtrop
7
+ # (C) 2024 Michael Soegtrop
8
8
# (C) 2020 Enrico Tassi
9
9
10
10
# Released to the public under the
@@ -36,18 +36,21 @@ PACKAGE_FILTER_RE="${2:-.}"
36
36
37
37
# ######### Settings ##########
38
38
39
+ # Extension and release date of the Coq release
39
40
EXT_RELEASE=" .0"
40
- DATE_RELEASE=" January 24th, 2024"
41
+ DATE_RELEASE=" September 3rd, 2024"
42
+ # Extension and release date of the Coq release, in case the above is a beta
41
43
EXT_FINAL=" "
42
44
DATE_FINAL=" "
43
- VERSION_PLATFORM=" 2024.10"
44
- DATE_PLATFORM_BETA=" March 31st, 2024"
45
- DATE_PLATFORM_NOTIFY=" March 31st, 2024"
46
- DATE_PLATFORM_EXPECTED=" April 30th, 2024"
47
- DATE_PLATFORM_LATEST=" May 15th, 2024"
45
+ # Coq Platform release code and dates
46
+ VERSION_PLATFORM=" 2025.01"
47
+ DATE_PLATFORM_BETA=" Dec 8th, 2024"
48
+ DATE_PLATFORM_NOTIFY=" Dec 31st, 2024"
49
+ DATE_PLATFORM_EXPECTED=" Jan 31st, 2025"
50
+ DATE_PLATFORM_LATEST=" Feb 28th, 2025"
48
51
PLATFORM_MAIN_BRANCH=" https://github.com/coq/platform/tree/main"
49
52
50
- CC=" CC: https://github.com/coq/platform/issues/405 "
53
+ CC=" CC: https://github.com/coq/platform/issues/449 "
51
54
# CC="\n@coqbot column:...."
52
55
53
56
COQ_PLATFORM_UNIMATH=Y
0 commit comments