Skip to content

Commit

Permalink
v0.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooliveira72 committed May 16, 2024
1 parent 082e11f commit 4496b18
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.9.0.0" />
<property name="version" value="v0.10.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.9.0.0."/>
<Property name="title" type="java.lang.String" value=" XB2 v0.10.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 @@ -258,7 +258,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
jPopupMenuItem.add(jPopupMenuSimItemMoveDown);

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle(" XB2 v0.9.0.0.");
setTitle(" XB2 v0.10.0.0.");
addWindowListener(new java.awt.event.WindowAdapter() {
public void windowClosing(java.awt.event.WindowEvent evt) {
formWindowClosing(evt);
Expand Down Expand Up @@ -436,7 +436,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.9.0.0.");
getAccessibleContext().setAccessibleName(" XB2 v0.10.0.0.");

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

0 comments on commit 4496b18

Please sign in to comment.