aboutsummaryrefslogtreecommitdiff
path: root/crowbar_reference_compiler/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'crowbar_reference_compiler/__init__.py')
-rw-r--r--crowbar_reference_compiler/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crowbar_reference_compiler/__init__.py b/crowbar_reference_compiler/__init__.py
index c348104..48c546f 100644
--- a/crowbar_reference_compiler/__init__.py
+++ b/crowbar_reference_compiler/__init__.py
@@ -9,7 +9,7 @@ def main():
import sys
args = argparse.ArgumentParser(description='The reference compiler for the Crowbar programming language')
- args.add_argument('-V', '--version', action='version', version='%(prog)s 0.0.4')
+ args.add_argument('-V', '--version', action='version', version='%(prog)s 0.0.5')
args.add_argument('-g', '--include-debug-info', action='store_true')
args.add_argument('--stop-at-parse-tree', action='store_true')
args.add_argument('--stop-at-qbe-ssa', action='store_true')