Revision 34011 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/extension/Version.java

View differences:

Version.java
25 25
    }
26 26

  
27 27
	public static String getBuild() {
28
        // TODO: read from the package.info
29

  
28 30
		if (BUILD == null) {
29 31
			try {
30 32
				// Leemos el n? de build
......
41 43
			} catch (Exception e) {
42 44
				e.printStackTrace();
43 45
			}
44

  
46
            BUILD = "2021";
45 47
		}
46 48
		return BUILD;
47 49
	}

Also available in: Unified diff