Skip to content

Commit 5c0a3b4

Browse files
committed
Version bump
1 parent 7d70f21 commit 5c0a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "cpu_voxelizer.h"
2121

2222
using namespace std;
23-
string version_number = "v0.4.11";
23+
string version_number = "v0.4.12";
2424

2525
// Forward declaration of CUDA functions
2626
float* meshToGPU_thrust(const trimesh::TriMesh *mesh); // METHOD 3 to transfer triangles can be found in thrust_operations.cu(h)

0 commit comments

Comments
 (0)