Gets the version number.
()
| 144 | * Gets the version number. |
| 145 | */ |
| 146 | public static |
| 147 | String getVersion() { |
| 148 | return "4.4"; |
| 149 | } |
| 150 | |
| 151 | static { |
| 152 | // Add this project to the updates system, which verifies this class + UUID + version information |
no outgoing calls