Advanced to version 2.1.1.

This commit is contained in:
依瑪貓 2021-02-07 00:57:17 +08:00
parent 3fcb2c5c96
commit 7fb18a6e97
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
vsntp change log
2020-02-07
2020-02-07 version 2.1.1
1. .gitignore Added that excludes generated files by automake and
autoconf.
2. .git: Re-initialized.

2
NEWS
View File

@ -1,6 +1,6 @@
vsntp NEWS
2021-02-07
2021-02-07 version 2.1.1
1. AUTHORS.zh-tw, INSTALL.zh-tw, NEWS.zh-tw, README.zh-tw, THANKS.zh-tw,
init.d/README.zh-tw, AUTHORS.zh-cn, INSTALL.zh-cn, NEWS.zh-cn,
README.zh-cn, THANKS.zh-cn, init.d/README.zh-cn: Removed messy

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([vsntp], [2.1.0], [imacat@mail.imacat.idv.tw])
AC_INIT([vsntp], [2.1.1], [imacat@mail.imacat.idv.tw])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([vsntp.c])
AC_CONFIG_HEADERS([config.h])