diff --git a/configure.ac b/configure.ac index c006b7a..d60ffb2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(rinetd, 0.70, sam@hocevar.net) +AC_INIT(rinetd, 0.71, sam@hocevar.net) AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_SRCDIR([src/rinetd.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/rinetd.8 b/rinetd.8 index e86f1d2..9cbe12b 100644 --- a/rinetd.8 +++ b/rinetd.8 @@ -1,4 +1,4 @@ -.TH rinetd 8 "2021-09-09" "rinetd 0.70" +.TH rinetd 8 "2021-02-14" "rinetd 0.71" .SH NAME rinetd \- internet redirection server diff --git a/rinetd.vcxproj b/rinetd.vcxproj index 7acde11..dfbf231 100644 --- a/rinetd.vcxproj +++ b/rinetd.vcxproj @@ -78,7 +78,7 @@ <SDLCheck>true</SDLCheck> <CompileAs>CompileAsC</CompileAs> <ConformanceMode>true</ConformanceMode> - <PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.70";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.71";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Console</SubSystem>