7 lines
93 B
Bash
7 lines
93 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# version.sh - handle version information
|
||
|
|
||
|
DATE="`date +%Y%m%d`"
|
||
|
VERSION="1.0~a1"
|