Skip to content
Snippets Groups Projects
Commit 1c3c0fa2 authored by yermak's avatar yermak
Browse files

fix for issue #24.

parent 26e99cec
No related branches found
Tags version_3.2.1
No related merge requests found
......@@ -3,7 +3,7 @@ package uk.yermak.audiobookconverter
object Version {
val MAJOR = 3
val MINOR = 2
val BUILD = 0
val BUILD = 1
def getVersionString: String = { //TODO add load version from the build number.
"AudioBookConverter " + MAJOR + "." + MINOR + (if (BUILD != 0) "." + BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment