Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Changed version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaffarian committed Dec 15, 2017
1 parent a95c39e commit ded56c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion nbproject/configs/PROGEX_CLI.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$label=PROGEX CLI
main.class=progex.Main
run.jvmargs=-Xmx6G
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=progex.TestCFG
main.class=progex.Main
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
Expand Down
2 changes: 1 addition & 1 deletion src/progex/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
public class Main {

public static String VERSION = "2.0-beta1";
public static String VERSION = "2.0.0";

/**
* @param args the command line arguments
Expand Down

0 comments on commit ded56c4

Please sign in to comment.