aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-11-30 16:28:06 -0500
committerMichael S. Tsirkin <mst@redhat.com>2018-12-12 17:22:59 -0500
commit52e204526aa3271df77d4b9c9add1003486a1af0 (patch)
tree7bd6882fe3d3f559576790749d51c4374ad9cdcb
parent68a31cfd621f2c8443d18433b77ae88b66b89b5b (diff)
downloadvirtio-spec-52e204526aa3271df77d4b9c9add1003486a1af0.tar.gz
edit: update VERSION
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rwxr-xr-xmake-setup-generated.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-setup-generated.sh b/make-setup-generated.sh
index 59e96a3..f15d148 100755
--- a/make-setup-generated.sh
+++ b/make-setup-generated.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-VERSION=1.0
+VERSION=1.1
DATESTR=${DATESTR:-`cat REVISION-DATE 2>/dev/null`}
if [ x"$DATESTR" = x ]; then
ISODATE=`git show --format=format:'%cd' --date=iso | head -n 1`