Skip to content

Commit

Permalink
v0.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooliveira72 committed May 10, 2024
1 parent 3c61a93 commit 7213861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8.0.0" />
<property name="version" value="v0.9.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.form
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" value=" XB2 v0.8.0.0."/>
<Property name="title" type="java.lang.String" value=" XB2 v0.9.0.0."/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
Expand Down
4 changes: 2 additions & 2 deletions src/xbuild/MainForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
jPopupMenuItem.add(jPopupMenuSimItemMoveDown);

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle(" XB2 v0.8.0.0.");
setTitle(" XB2 v0.9.0.0.");

javax.swing.tree.DefaultMutableTreeNode treeNode1 = new javax.swing.tree.DefaultMutableTreeNode("root");
jXTree1.setModel(new javax.swing.tree.DefaultTreeModel(treeNode1));
Expand Down Expand Up @@ -430,7 +430,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addComponent(jScrollPane1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 702, Short.MAX_VALUE)
);

getAccessibleContext().setAccessibleName(" XB2 v0.8.0.0.");
getAccessibleContext().setAccessibleName(" XB2 v0.9.0.0.");

pack();
}// </editor-fold>//GEN-END:initComponents
Expand Down

0 comments on commit 7213861

Please sign in to comment.