Commit e6104b7a authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Remove genversion.sh script too.

parent 3a92d660
#!/bin/sh
VERSION=\"$(git log -n1 --pretty=format:'%h (%cd)' --date=iso )\"
cat <<EOF > $1
package fuse
func init() {
version = new(string)
*version = ${VERSION}
}
EOF
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment