466357f5c2
This revision of DAHDI-Tools is the base revision for the switch to git. git-svn-id: http://svn.astersk.org/svn/dahdi/tools/tools/trunk@9159
11 lines
150 B
Bash
Executable File
11 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
cat << END
|
|
/*
|
|
* version.c
|
|
* Automatically generated
|
|
*/
|
|
|
|
const char dahdi_tools_version[] = "DAHDI Tools Version - ${TOOLSVERSION}";
|
|
|
|
END
|