Skip to content

Commit 0937ba1

Browse files
authored
Merge pull request #22 from pbiering/version-number-fix
update version to 8.0.9
2 parents 1cee2a9 + 9cbec33 commit 0937ba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([IP2Loc], [8.0.4], [[email protected]])
3-
AM_INIT_AUTOMAKE([IP2Loc], [8.0.4])
2+
AC_INIT([IP2Loc], [8.0.9], [[email protected]])
3+
AM_INIT_AUTOMAKE([IP2Loc], [8.0.9])
44

55
#AC_PREFIX_DEFAULT(/usr/)
66
AM_CONFIG_HEADER([config.h])

contrib/IP2Location.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 8.0.4
1+
%define version 8.0.9
22

33
Name: IP2Location
44
Summary: C library for mapping IP address to geolocation information

0 commit comments

Comments
 (0)