Skip to content

Commit

Permalink
Update build and title to XB2 v0.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooliveira72 committed May 2, 2023
1 parent aa0385a commit 9521bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Create XB2 Java app for DSSAT</description>

<!-- Version -->
<property name="version" value="v0.4.0.0" />
<property name="version" value="v0.5.0.0" />

<target name="-post-jar" depends="compile" description="package, output to JAR">
<property name="store.jar.name" value="XB2" />
Expand Down
2 changes: 1 addition & 1 deletion src/xbuild/MainForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
jPopupMenuItem.add(jPopupMenuSimItemMoveDown);

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("XB2 v0.4.0.0");
setTitle("XB2 v0.5.0.0");

javax.swing.tree.DefaultMutableTreeNode treeNode1 = new javax.swing.tree.DefaultMutableTreeNode("root");
jXTree1.setModel(new javax.swing.tree.DefaultTreeModel(treeNode1));
Expand Down

0 comments on commit 9521bd9

Please sign in to comment.