Skip to content

Commit

Permalink
relabel with 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed Jan 1, 2019
1 parent 9961bbc commit e26dceb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN mkdir -p $APP_ROOT/courses $APP_ROOT/libraries $APP_ROOT/webwork2

# Block to include webwork2 in the container, when needed, instead of getting it from a bind mount.
# Uncomment when needed, and set the correct branch name on the following line.
#ENV WEBWORK_BRANCH=master # need a valid branch name from https://github.com/openwebwork/webwork2
#ENV WEBWORK_BRANCH=develop # need a valid branch name from https://github.com/openwebwork/webwork2
#RUN curl -fSL https://github.com/openwebwork/webwork2/archive/${WEBWORK_BRANCH}.tar.gz -o /tmp/${WEBWORK_BRANCH}.tar.gz \
# && cd /tmp \
# && tar xzf /tmp/${WEBWORK_BRANCH}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion PG_VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$PG_VERSION ='PG-2.14';
$PG_VERSION ='develop';
$PG_COPYRIGHT_YEARS = '1996-2019';

1;
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Version 2.*
Branch: github.com/openwebwork

http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.13
Copyright 2000-2017, The WeBWorK Project
http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.14
Copyright 2000-2019, The WeBWorK Project
http://webwork.maa.org
All rights reserved.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$WW_VERSION = 'WeBWorK-2.14';
$WW_VERSION = 'develop';
$WW_COPYRIGHT_YEARS = '1996-2019';

1;

0 comments on commit e26dceb

Please sign in to comment.