AVLs: Made an error message more informative

This commit is contained in:
Celine Mercier
2020-04-29 10:14:04 +02:00
parent 974528b2e6
commit e6b6c6fa84
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
major = 3
minor = 0
serial= '0-beta15'
serial= '0-beta15a'
version ="%d.%02d.%s" % (major,minor,serial)