projects
/
asterisk/asterisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move tools used during build into build_tools subdirectory
[asterisk/asterisk.git]
/
build_tools
/
make_version_h
1
#!/bin/sh
2
cat << END
3
/*
4
* version.h
5
* Automatically generated
6
*/
7
#define ASTERISK_VERSION "${ASTERISKVERSION}"
8
#define ASTERISK_VERSION_NUM ${ASTERISKVERSIONNUM}
9
10
END