File: version.sh

package info (click to toggle)
flashproxy 1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 936 kB
  • ctags: 876
  • sloc: python: 3,708; sh: 823; makefile: 246; lisp: 15
file content (6 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
# Read version from the ChangeLog to avoid repeating in multiple build scripts
sed -ne 's/^Changes .* version \(..*\)$/\1/g;tx
b
:x
p;q' ChangeLog