# OW Version File. This file specifies the version. The line VERSION=X.Y.Z is # used and parsed. This file has to be here every time. The VERSION needs to be # set properly or CMake will fail. # # SYNTAX: * The version string always is 1.2.3 # * With an optional postfix of "+hg1234". # This is useful if building is done by scripts. If you want to automatically # add the correct HG revision, use only +hgX without number. # * You can add beta or release candidate flags by appending b123 or rc123 directly # after the version number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if # you change something here. # # Examples: # VERSION=1.2.0 # VERSION=1.2.0+hgX -> replaces the X with the current revision number # VERSION=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. # VERSION=1.2.0b1+hgX -> first beta version # VERSION=1.2.0rc1+hgX -> first release candidate version # VERSION=1.2.0sometext1+hgX -> even arbitrary texts are allowd. Be careful as many packaging # systems refuse to accept these arbitrary version strings. # The current version string: VERSION=1.4.0