Skip to content

Commit

Permalink
Bumped to version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech committed Mar 16, 2024
1 parent b6e4f8a commit 5d18f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
#
#-----------------------------------------------------------------------------

project(mod_tile VERSION 0.7.0)
project(mod_tile VERSION 0.7.1)

set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

# Define mod_tile version number
m4_define([mod_tile_version], [0.7.0])
m4_define([mod_tile_version], [0.7.1])

AC_PREREQ([2.61])
AX_CONFIG_NICE
Expand Down

0 comments on commit 5d18f51

Please sign in to comment.