We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10efc78 commit e802de2Copy full SHA for e802de2
README.md
@@ -1,5 +1,5 @@
1
# rossum
2
-v0.1.2
+v0.1.4
3
4
This is `rossum`, a CMake-like build file generator for Fanuc Robotics (Karel)
5
projects.
@@ -60,7 +60,7 @@ usage: rossum [-h] [-v] [-V] [-q] [-c ID] [--support PATH] [-d]
60
[--ktrans PATH] [--ktransw PATH] [-n] [-p PATH] [-r INI] [-w]
61
SRC [BUILD]
62
63
-Version 0.1.2
+Version 0.1.4
64
65
A cmake-like Makefile generator for Fanuc Robotics (Karel) projects
66
that supports out-of-source builds.
rossum.py
@@ -38,7 +38,7 @@
38
logger=None
39
40
41
-ROSSUM_VERSION='0.1.2'
+ROSSUM_VERSION='0.1.4'
42
43
44
_OS_EX_USAGE=64
0 commit comments