Skip to content

Commit

Permalink
Merge pull request #44 from Forceflow/dev
Browse files Browse the repository at this point in the history
Version bump to 0.4.10
  • Loading branch information
Forceflow authored Sep 30, 2020
2 parents 3bb8f4a + 852423a commit 3bd8714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "cpu_voxelizer.h"

using namespace std;
string version_number = "v0.4.9";
string version_number = "v0.4.10";

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

0 comments on commit 3bd8714

Please sign in to comment.