Bumped to version 0.7.1

This commit is contained in:
David Hummel
2024-03-16 11:15:43 -07:00
parent b6e4f8a144
commit 5d18f5132c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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