File: make_version_h

package info (click to toggle)
dahdi-linux 1%3A2.6.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,212 kB
  • sloc: ansic: 119,954; perl: 1,397; sh: 914; makefile: 489
file content (9 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
#!/bin/sh
cat << END
/*
 * version.h 
 * Automatically generated
 */
#define DAHDI_VERSION "${DAHDIVERSION}"

END