Skip to content

Commit

Permalink
Bump version to 0.3, update Python wrapper binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Level3Manatee committed Sep 24, 2024
1 parent 873b65d commit 45a7a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)

project(mipflooding VERSION 0.2 DESCRIPTION "A library for Mip Flooding, an efficient edge padding technique that improves compressibility, first presented by Sean Feeley at GDC 2019")
project(mipflooding VERSION 0.3 DESCRIPTION "A library for Mip Flooding, an efficient edge padding technique that improves compressibility, first presented by Sean Feeley at GDC 2019")

set(LIBMIPFLOODING_SRC_FILES
${PROJECT_SOURCE_DIR}/src/helpers/helper_functions.cpp
Expand Down

0 comments on commit 45a7a26

Please sign in to comment.