Skip to content

Commit

Permalink
prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Oct 28, 2019
1 parent 1a028e1 commit 72e81f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/occ-csg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@


// version
#define VERSION "0.9.9.1"
#define VERSION "0.9.9.2"

// minimal API for primitive objects
TopoDS_Shape createBox(double x1, double y1, double z1, double x2, double y2, double z2);
Expand Down
2 changes: 1 addition & 1 deletion test-suite/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Test {

public static void main(String[] args) throws Exception {

checkVersion("0.9.9.1");
checkVersion("0.9.9.2");
volumeObjTest("box", "-1,-1,-1,1,1,1", 0.1, 8.0, 1e-6);
volumeObjTest("sphere", "0,0,0,1.0", 0.001, 4.189, 1e-2);

Expand Down

0 comments on commit 72e81f9

Please sign in to comment.