new versioning schema

This commit is contained in:
Jindra Petřík
2014-11-08 15:59:48 +01:00
parent 2856aa372a
commit 3868ea3714
4 changed files with 122 additions and 26 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash;
import java.io.IOException;
@@ -48,7 +49,7 @@ public class ApplicationInfo {
build = prop.getProperty("build");
nightly = prop.getProperty("nightly").equals("true");
if (nightly) {
if (nightly) {
version = version + " nightly build";
}
} catch (IOException | NullPointerException ex) {
//ignore