mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
![]() |
#!/bin/sh
|
||
|
cat << END
|
||
|
/*
|
||
|
* version.h
|
||
|
* Automatically generated
|
||
|
*/
|
||
|
#define ASTERISK_VERSION "${ASTERISKVERSION}"
|
||
|
#define ASTERISK_VERSION_NUM ${ASTERISKVERSIONNUM}
|
||
|
|
||
|
END
|