Preparation for Release 1.0.2
This commit is contained in:
parent
c99d23eafd
commit
60b56a5b25
5 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see http://www.gnu.org/licenses/.
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ public class About extends JDialog {
|
||||||
lblContact.setBounds(124, 71, 307, 15);
|
lblContact.setBounds(124, 71, 307, 15);
|
||||||
panel.add(lblContact);
|
panel.add(lblContact);
|
||||||
|
|
||||||
JLabel lblVersion = new JLabel("1.0.0");
|
JLabel lblVersion = new JLabel("1.0.2");
|
||||||
lblVersion.setBounds(124, 98, 307, 15);
|
lblVersion.setBounds(124, 98, 307, 15);
|
||||||
panel.add(lblVersion);
|
panel.add(lblVersion);
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see http://www.gnu.org/licenses/.
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see http://www.gnu.org/licenses/.
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see http://www.gnu.org/licenses/.
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see http://www.gnu.org/licenses/.
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Reference in a new issue