From 5911a985b49b2919caefe8b92606b2f1786685d1 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Tue, 21 Apr 2026 17:33:17 -0500 Subject: [PATCH] Update the version to 2.21 and the copyright years to include 2026. --- DockerfileStage2 | 2 +- LICENSE | 2 +- VERSION | 4 ++-- docker-config/docker-compose.dist.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DockerfileStage2 b/DockerfileStage2 index 4706f5bfb5..e196cd2f6b 100644 --- a/DockerfileStage2 +++ b/DockerfileStage2 @@ -33,7 +33,7 @@ RUN echo Cloning branch $PG_BRANCH branch from $PG_GIT_URL \ # We need to change FROM before setting the ENV variables. -FROM webwork-base:forWW220 +FROM webwork-base:forWW221 ENV WEBWORK_URL=/webwork2 \ WEBWORK_ROOT_URL=http://localhost:8080 \ diff --git a/LICENSE b/LICENSE index 57b471950a..5f4df6a5fb 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ Online Homework Delivery System Version 2.* - Copyright 2000-2025, The WeBWorK Project + Copyright 2000-2026, The WeBWorK Project All rights reserved. diff --git a/VERSION b/VERSION index 0fd2da8154..b6669a5671 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -$WW_VERSION = '2.20+develop'; -$WW_COPYRIGHT_YEARS = '1996-2025'; +$WW_VERSION = '2.21'; +$WW_COPYRIGHT_YEARS = '1996-2026'; 1; diff --git a/docker-config/docker-compose.dist.yml b/docker-config/docker-compose.dist.yml index fa6a02b003..5ef4bb91b8 100644 --- a/docker-config/docker-compose.dist.yml +++ b/docker-config/docker-compose.dist.yml @@ -96,7 +96,7 @@ services: # If you would like a 1 stage build process comment out the next line, and just run "docker-compose build". dockerfile: DockerfileStage2 # For the 2 stage build process run - # docker build --tag webwork-base:forWW220 -f DockerfileStage1 . + # docker build --tag webwork-base:forWW221 -f DockerfileStage1 . # and then # docker-compose build # When rebuilding to get updated images add the "--no-cache" option to both commands.