Merge branch 'master' of tourmaline:git/lw-build-system
This commit is contained in:
commit
9ecd2fb998
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# lw-build-system/scripts/module-create.sh
|
# lw-build-system/scripts/module-create.sh
|
||||||
#
|
#
|
||||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# lw-build-system/scripts/release.sh
|
# lw-build-system/scripts/release.sh
|
||||||
#
|
#
|
||||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# @P@/make.sh
|
# @P@/make.sh
|
||||||
#
|
#
|
||||||
# (c)2006-2007, @AUTHOR@, <@EMAIL@>.
|
# (c)2006-2007, @AUTHOR@, <@EMAIL@>.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# @P@/test.sh
|
# @P@/test.sh
|
||||||
#
|
#
|
||||||
# (c)2006, @AUTHOR@, <@EMAIL@>.
|
# (c)2006, @AUTHOR@, <@EMAIL@>.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# @P@/scripts/functions.sh
|
# @P@/scripts/functions.sh
|
||||||
#
|
#
|
||||||
# (c)2006, @AUTHOR@, <@EMAIL@>.
|
# (c)2006, @AUTHOR@, <@EMAIL@>.
|
||||||
|
|
|
@ -8,8 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
# VERSION contains the full version number of the library, which is
|
# VERSION contains the full version number of the library, which is
|
||||||
# expected to be in 'major.minor.micro' format. It can optionally be
|
# expected to be in 'major.minor.micro' format.
|
||||||
# suffixed with a string.
|
|
||||||
VERMAJOR=0
|
VERMAJOR=0
|
||||||
VERMINOR=0
|
VERMINOR=0
|
||||||
VERMICRO=0
|
VERMICRO=0
|
||||||
|
|
Loading…
Reference in New Issue