gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa4f84e)
raw | patch | inline | side by side (parent: fa4f84e)
author | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 19 Jul 2019 14:54:02 +0000 (16:54 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 19 Jul 2019 14:54:02 +0000 (16:54 +0200) |
res/com/quemaster/transformations/mjc2wsl/version.properties | patch | blob | history | |
src/com/quemaster/transformations/mjc2wsl/Mjc2wsl.java | patch | blob | history |
diff --git a/res/com/quemaster/transformations/mjc2wsl/version.properties b/res/com/quemaster/transformations/mjc2wsl/version.properties
index c7d8b25ea5977804d38e7d3bfd7af2b222ff89a6..72725bf76a5b9a6d422ddbbb9991f2b0784261e5 100644 (file)
-version=v1.0.0
+version=v1.1.0
diff --git a/src/com/quemaster/transformations/mjc2wsl/Mjc2wsl.java b/src/com/quemaster/transformations/mjc2wsl/Mjc2wsl.java
index 9fec27ac1530d2eda64d04224dbc7ed0604a6071..93adc5e4576db45dab7cf6c0a624cf5fbc387bdd 100644 (file)
*/
public class Mjc2wsl{
//default version name, used if the file is not found
- private static String versionN = "v1.0.x";
+ private static String versionN = "v1.1.x";
private String versionFile = "version.properties";