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: 78fdd5d)
raw | patch | inline | side by side (parent: 78fdd5d)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 18 Aug 2014 18:47:35 +0000 (20:47 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 18 Aug 2014 18:47:35 +0000 (20:47 +0200) |
res/version.properties | patch | blob | history | |
src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java | patch | blob | history |
diff --git a/res/version.properties b/res/version.properties
index 55c26d9207cb167b41eaa0b73b673ffac08fc231..c1a76278be3d66afbb2c39daba1970a9ab85faf5 100644 (file)
--- a/res/version.properties
+++ b/res/version.properties
-#Sat, 26 Jul 2014 22:41:24 +0200
-version=v0.1.8
+#Mon, 18 Aug 2014 20:45:53 +0200
+version=v0.2.0
diff --git a/src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java b/src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java
index c6830a5e33dc2b908a8e4d7d57ccbfc3846aeccc..dab321badf704a53d08d339ecca5788f68531e5e 100644 (file)
*/
public class mjc2wsl{
//default version name, used if the file is not found
- private static String versionN = "0.1.x";
+ private static String versionN = "0.2.x";
private String versionFile = "/version.properties";