aboutsummaryrefslogtreecommitdiff
path: root/vland.py
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-12-22 17:51:08 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-12-22 17:51:08 +0000
commit9d897186f50ecc09bf52ed91924a37c44b717791 (patch)
treeefaeeaac81a14cdf2fa7e4a0dc71b01349580a70 /vland.py
parent4b4ab65d70d610ef5e9fd146d0b5d4590c92fa81 (diff)
Setup for release 0.1
Change-Id: Id9bf8728d84ef2b436303096c9dc7282c650ec16
Diffstat (limited to 'vland.py')
-rw-r--r--vland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vland.py b/vland.py
index fb649ee..20127bc 100644
--- a/vland.py
+++ b/vland.py
@@ -38,7 +38,7 @@ class DaemonState:
""" Simple container for stuff to make for nicer syntax """
state = DaemonState()
-state.version = "0.0.0-DEV"
+state.version = "0.1"
state.banner = "Linaro VLANd version %s" % state.version
state.starttime = time.time()