Merge branch 'master' of tourmaline:git/lw-build-system

This commit is contained in:
Laurence Withers 2007-03-30 19:41:49 +00:00
commit 9ecd2fb998
6 changed files with 6 additions and 7 deletions

View File

@ -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>.

View File

@ -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>.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# @P@/make.sh # @P@/make.sh
# #
# (c)2006-2007, @AUTHOR@, <@EMAIL@>. # (c)2006-2007, @AUTHOR@, <@EMAIL@>.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# @P@/test.sh # @P@/test.sh
# #
# (c)2006, @AUTHOR@, <@EMAIL@>. # (c)2006, @AUTHOR@, <@EMAIL@>.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# @P@/scripts/functions.sh # @P@/scripts/functions.sh
# #
# (c)2006, @AUTHOR@, <@EMAIL@>. # (c)2006, @AUTHOR@, <@EMAIL@>.

View File

@ -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