Skip to content

Commit f0ff987

Browse files
committed
bump 1.3.1
1 parent 3d2bc8c commit f0ff987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
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
AC_PREREQ([2.67])
5-
AC_INIT([ChinaDNS], [1.3.0], [[email protected]])
5+
AC_INIT([ChinaDNS], [1.3.1], [[email protected]])
66
AC_CONFIG_SRCDIR([src/chinadns.c])
77
AC_CONFIG_HEADERS([config.h])
88

openwrt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=ChinaDNS
4-
PKG_VERSION:=1.3.0
4+
PKG_VERSION:=1.3.1
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

77
PKG_SOURCE_URL:=https://github.com/clowwindy/ChinaDNS/releases/download/$(PKG_VERSION)

0 commit comments

Comments
 (0)