Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ICPC Tools Changelog

## V2.5 - TBD
## V2.6 - TBD
-----------------

## V2.5 - June 2024
-----------------
* First release supporting the 2022-07 release of the Contest API spec.
* Dropped Java 8 support (now Java 11 minimum, and Java 17 recommended).
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.5
version=2.6
2 changes: 0 additions & 2 deletions website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ icon: fas fa-home
{{< button name="Github" icon="fab fa-github" link="https://github.com/icpctools/icpctools" >}}
{{< button name="Slack" icon="fab fa-slack" link="https://join.slack.com/t/icpctools/shared_invite/zt-wti6k1r6-t25~VYEcyKbVn4Vj_ecBLA" >}}

WARNING: We are in the middle of making massive code changes for the ICPC 46th and 47th World Finals. We would love feedback on whether the latest changes cause any regressions, but if you are running a live contest we strongly suggest you use v2.5.940 or earlier until we are able to test and release in May 2024.

Welcome to the ICPC Tools web page! This page contains a variety of tools implemented by the International Collegiate Programming Contest (ICPC) Tools Group, most of which were originally developed for use at the ICPC World Finals and have been adapted for use at other programming contests.
These tools have been used to support a wide variety of programming contests including local contests at Universities world-wide, multiple ICPC Regional Contests around the world, and a number of ICPC World Finals.

Expand Down