Skip to content

Commit e802de2

Browse files
committed
0.1.4
1 parent 10efc78 commit e802de2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rossum
2-
v0.1.2
2+
v0.1.4
33

44
This is `rossum`, a CMake-like build file generator for Fanuc Robotics (Karel)
55
projects.
@@ -60,7 +60,7 @@ usage: rossum [-h] [-v] [-V] [-q] [-c ID] [--support PATH] [-d]
6060
[--ktrans PATH] [--ktransw PATH] [-n] [-p PATH] [-r INI] [-w]
6161
SRC [BUILD]
6262
63-
Version 0.1.2
63+
Version 0.1.4
6464
6565
A cmake-like Makefile generator for Fanuc Robotics (Karel) projects
6666
that supports out-of-source builds.

rossum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
logger=None
3939

4040

41-
ROSSUM_VERSION='0.1.2'
41+
ROSSUM_VERSION='0.1.4'
4242

4343

4444
_OS_EX_USAGE=64

0 commit comments

Comments
 (0)