forked from github/server
disable deprecated script, must fix before next release
This commit is contained in:
parent
497f53102c
commit
3c630ee863
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue