File: make_version_h

package info (click to toggle)
osmocom-dahdi-linux 0.0~git20241003.b2ea348-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,996 kB
  • sloc: ansic: 116,373; perl: 2,391; sh: 982; makefile: 357
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