From 53f7b906cfe0d9c6c2d02fb17c3d38b488d759f3 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:08:30 +0100 Subject: [PATCH] Develop major release This was already discussed after NWERC and I think it makes sense given the "major" changes and new scoring implementations. --- ChangeLog | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4fca73cb1c..ea776b9810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ DOMjudge Programming Contest Judging System -Version 8.4.0DEV +Version 9.0.0DEV --------------------------- - Get rid of 'internal' data source mode, always requiring - but auto generating - external ID's for all entities to simplify event logic. diff --git a/README.md b/README.md index 5b4e95108e..98e4183df8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DOMjudge [![Coverity Scan Status](https://img.shields.io/coverity/scan/671.svg)](https://scan.coverity.com/projects/domjudge) [![CodeQL alerts](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml/badge.svg?branch=main&event=push)](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml) -This is the Programming Contest Jury System "DOMjudge" version 8.4.0DEV +This is the Programming Contest Jury System "DOMjudge" version 9.0.0DEV DOMjudge is a system for running a programming contest, like the ICPC regional and world championship programming contests.