aboutsummaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
authorguillaume <guillaume@localhost.localdomain>2010-08-10 16:27:37 -0400
committerguillaume <guillaume@localhost.localdomain>2010-08-10 16:27:37 -0400
commit724c296e54714a949ce79c5056229e00fb7c15c2 (patch)
treed505860e67513dcb76141ebecb86a50ac00ad70d /version.py
parent9e8fd4662da1688cc0c8fec2e9194b1606f30295 (diff)
downloadalias-724c296e54714a949ce79c5056229e00fb7c15c2.tar.gz
First code commit, with very few things.
* Beginning of object class * Beginning of permission class
Diffstat (limited to 'version.py')
-rwxr-xr-xversion.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/version.py b/version.py
new file mode 100755
index 0000000..306cebb
--- /dev/null
+++ b/version.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+MAJOR=0
+MINOR=1
+TYPE='dev'
+VERSION = str(MAJOR)+'.'+str(MINOR)+TYPE #TODO: add the commit number ?