File: update-version.sh

package info (click to toggle)
bart-cuda 0.8.00-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 7,752 kB
  • sloc: ansic: 100,267; python: 717; makefile: 576; sh: 564; cpp: 104
file content (6 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

echo 'VERSION('`cat ./version.txt`')' > version.new
./rules/update-if-changed.sh version.new src/misc/version.inc
rm -f version.new