Skip to content

Commit 0e6d59f

Browse files
committedJan 1, 2015
bump
1 parent ddc4ba2 commit 0e6d59f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.1 2015-01-01
2+
- Fix high CPU usage
3+
14
1.2.0 2015-01-01
25
- Happy new year and add a new filter strategy
36

‎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-C], [1.2.0], [clowwindy42@gmail.com])
5+
AC_INIT([ChinaDNS-C], [1.2.1], [clowwindy42@gmail.com])
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-C
4-
PKG_VERSION:=1.2.0
4+
PKG_VERSION:=1.2.1
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.