We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4f8a commit 5d18f51Copy full SHA for 5d18f51
2 files changed
CMakeLists.txt
@@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
13
#
14
#-----------------------------------------------------------------------------
15
16
-project(mod_tile VERSION 0.7.0)
+project(mod_tile VERSION 0.7.1)
17
18
set(CMAKE_C_STANDARD 99)
19
set(CMAKE_C_STANDARD_REQUIRED ON)
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
# Define mod_tile version number
5
-m4_define([mod_tile_version], [0.7.0])
+m4_define([mod_tile_version], [0.7.1])
6
7
AC_PREREQ([2.61])
8
AX_CONFIG_NICE
0 commit comments