mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-24 15:32:27 +00:00
Merge branch 'develop-0.21' into construct-callgraph
This commit is contained in:
commit
58dc68f838
@ -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).
|
||||
|
@ -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:])
|
||||
|
Loading…
Reference in New Issue
Block a user