Removed precommit.bat and made scripts extensionless.
This commit is contained in:
parent
eeb01d558d
commit
1c349af445
5 changed files with 5 additions and 12 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.2408.32202
|
||||
0.2408.32209
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
@echo off
|
||||
|
||||
pushd .
|
||||
cd %~dp0
|
||||
|
||||
php update-headers.php
|
||||
php update-version.php
|
||||
|
||||
popd
|
|
@ -3,7 +3,7 @@
|
|||
pushd .
|
||||
cd $(dirname "$0")
|
||||
|
||||
php update-headers.php
|
||||
php update-version.php
|
||||
./update-headers
|
||||
./update-version
|
||||
|
||||
popd
|
||||
|
|
1
tools/update-headers.php → tools/update-headers
Normal file → Executable file
1
tools/update-headers.php → tools/update-headers
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
// this file sucks, screws up the header if incomplete
|
||||
// successfully corrects filenames though
|
1
tools/update-version.php → tools/update-version
Normal file → Executable file
1
tools/update-version.php → tools/update-version
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
// Updates the VERSION file (prerelease stage only, remove this when 1.0.0)
|
||||
|
Loading…
Reference in a new issue