Skip to content

Commit

Permalink
Version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Jan 2, 2018
1 parent 748c097 commit 6f8ca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prism/src/prism/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class Version
{
/** PRISM version (e.g. "4.0.3"). Just a single string (will be extracted by scripts). */
public static String versionString = "4.4";
/** Optional PRISM version suffix (e.g. "dev", "beta"). Just a single string (will be extracted by scripts). */
public static String versionSuffixString = "beta";
/** Optional PRISM version suffix (e.g. "", "dev", "beta"). Just a single string (will be extracted by scripts). */
public static String versionSuffixString = "";
}

0 comments on commit 6f8ca54

Please sign in to comment.