]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bump version to 0.1
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Jul 2009 11:34:48 +0000 (13:34 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Jul 2009 11:34:48 +0000 (13:34 +0200)
version.sh

index da375c970e321aa5b35f716d637889da421da794..c3f0ca65d79eb20e0f374fa00e6d538411351bb3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="0.0"
+VERSION="0.1"
 OUT="$1"
 
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then