disable deprecated script, must fix before next release

This commit is contained in:
Enno Rehling 2016-09-10 18:56:24 +02:00
parent 497f53102c
commit 3c630ee863
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
import os
import sys
print("This script uses buildno.h, which is deprecated\nExiting.\n")
sys.exit(1)
template="""#define VERSION_MAJOR %s
#define VERSION_MINOR %s
#define VERSION_BUILD %s