Skip to content

Commit

Permalink
Update version number to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed May 16, 2024
1 parent bc0fbd1 commit 961df57
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You must have a copy of the board game in order to use this program.

## Downloading the package

You can use this link to download the latest release: [Version 2.11][1]
You can use this link to download the latest release: [Version 2.12][1]

If you are upgrading to a newer version and the **major** version numbers of the two versions
are the same, then any saved games in progress will be compatible.
Expand All @@ -18,7 +18,7 @@ Simply copy the *games* folder from the older *coltwi-x.x* directory to the
new *coltwi-x.x* directory.


[1]: https://www.dropbox.com/scl/fi/frmwvxrky5951x8b56foc/coltwi-2.11.zip?rlkey=b9jye4wpiz6socjji4d01r9eb&dl=0
[1]: https://www.dropbox.com/scl/fi/1n3zcgihjnuli7cjh7fvp/coltwi-2.12.zip?rlkey=478ru1bq5gxp7meqv1ihu0cr4&dl=0


## Running the program
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.HashSet

lazy val commonSettings = Seq(
organization := "org.sellmerfud",
version := "2.11",
version := "2.12",
scalaVersion := "2.13.10"
)

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/coltwi/ColonialTwilight.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import FUtil.Pathname

object ColonialTwilight {

val SOFTWARE_VERSION = "2.11"
val SOFTWARE_VERSION = "2.12"
val INTEGER = """(\d+)""".r

def dieRoll = if (true) nextInt(6) + 1
Expand Down
2 changes: 1 addition & 1 deletion src/other/coltwi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## This is important so that all of our relative path references work correctly.
cd `dirname $0`

CLASSPATH=lib/coltwi_2.13-2.11.jar:\
CLASSPATH=lib/coltwi_2.13-2.12.jar:\
lib/scala-library-2.13.10.jar:\
lib/scala-parser-combinators_2.13-2.1.1.jar

Expand Down
2 changes: 1 addition & 1 deletion src/other/coltwi.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rem Set the current working directory to the directory where this script is runn
rem This is important so that all of our relative path references work correctly.
pushd %~dp0

set CLASSPATH=lib\coltwi_2.13-2.11.jar;^
set CLASSPATH=lib\coltwi_2.13-2.12.jar;^
lib\scala-library-2.13.10.jar;^
lib\scala-parser-combinators_2.13-2.1.1.jar

Expand Down

0 comments on commit 961df57

Please sign in to comment.