Update DEV_VERSION to include git revision in version

This commit is contained in:
Nick Hall 2023-08-04 22:47:19 +01:00
parent 6f98fa07fc
commit 6c54e8a734

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
DEV_VERSION = False
DEV_VERSION = True
VERSION_TUPLE = (5, 2, 0)
VERSION_QUALIFIER = "-beta2"
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER