Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-11-12 17:22:30 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-11-12 17:22:30 +0400
commit92b3d9a37fee247600721bcce4981c16b700ef86 (patch)
tree17686e19ab2a18c9295fc7789bb41bf26d9d7fd5
parent3f832af94754c0e74ae9a8df8afd735f8e4c8269 (diff)
Bump the pclc version
-rwxr-xr-xsrc/pclc/pclc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pclc/pclc.py b/src/pclc/pclc.py
index 615238c..76dc4ed 100755
--- a/src/pclc/pclc.py
+++ b/src/pclc/pclc.py
@@ -27,7 +27,7 @@ from parser.resolver import Resolver
from parser.executor import Executor
-__VERSION = "1.1.8"
+__VERSION = "1.2.0"
if __name__ == '__main__':