Merge branch 'develop-0.21' into construct-callgraph

This commit is contained in:
Chris Pressey 2019-10-21 14:08:06 +01:00
commit 58dc68f838
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SixtyPical
==========
_Version 0.20. Work-in-progress, everything is subject to change._
_Version 0.21. Work-in-progress, everything is subject to change._
**SixtyPical** is a [low-level](#low-level) programming language
supporting a sophisticated [static analysis](#static-analysis).

View File

@ -197,7 +197,7 @@ if __name__ == '__main__':
argparser.add_argument(
"--version",
action="version",
version="%(prog)s 0.20"
version="%(prog)s 0.21"
)
options, unknown = argparser.parse_known_args(sys.argv[1:])