Skip to content

Commit 5d18f51

Browse files
committed
Bumped to version 0.7.1
1 parent b6e4f8a commit 5d18f51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1313
#
1414
#-----------------------------------------------------------------------------
1515

16-
project(mod_tile VERSION 0.7.0)
16+
project(mod_tile VERSION 0.7.1)
1717

1818
set(CMAKE_C_STANDARD 99)
1919
set(CMAKE_C_STANDARD_REQUIRED ON)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
# Define mod_tile version number
5-
m4_define([mod_tile_version], [0.7.0])
5+
m4_define([mod_tile_version], [0.7.1])
66

77
AC_PREREQ([2.61])
88
AX_CONFIG_NICE

0 commit comments

Comments
 (0)