summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2016-06-23 12:19:05 +0200
committerJohn Kacur <jkacur@redhat.com>2016-06-23 12:49:32 +0200
commitc8ce47ae170a2d6d1634ad948c56113ec8d64b64 (patch)
treee0fcdd22c5fe5dc9f5d2cf998c1ab415ae1768b6
parent068fa14c41e797c59b943ec7f38671fd19ed05db (diff)
downloadrt-tests-c8ce47ae170a2d6d1634ad948c56113ec8d64b64.tar.gz
rt-tests: Makefile, change version to 1.1
Rethinking the naming scheme, so changing the development line from 2.0 to 1.1 Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a54d82b..d60282e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 2.0
+VERSION = 1.1
CC?=$(CROSS_COMPILE)gcc
AR?=$(CROSS_COMPILE)ar