From bd71eb65b1679e7a57202b598e3dd86824bafc6e Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 29 Jul 2014 18:06:47 +0800 Subject: [PATCH] bump --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 87df5d2..4553587 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([ChinaDNS-C], [1.0.2], [clowwindy42@gmail.com]) +AC_INIT([ChinaDNS-C], [1.0.3], [clowwindy42@gmail.com]) AC_CONFIG_SRCDIR([src/chinadns.c]) AC_CONFIG_HEADERS([config.h])