Skip to content

Commit

Permalink
Release version 0.73.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Feb 19, 2021
1 parent ff41723 commit af88e6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.73 (2021/02/19)

* improve error reporting
* fixed another configuration parsing bug

## Version 0.72 (2021/02/16)

* fixed a configuration parsing bug making 0.71 almost unusable
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT(rinetd, 0.72, sam@hocevar.net)
AC_INIT(rinetd, 0.73, sam@hocevar.net)
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_SRCDIR([src/rinetd.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
2 changes: 1 addition & 1 deletion rinetd.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH rinetd 8 "2021-02-12" "rinetd 0.72"
.TH rinetd 8 "2021-02-19" "rinetd 0.73"

.SH NAME
rinetd \- internet redirection server
Expand Down
2 changes: 1 addition & 1 deletion rinetd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<SDLCheck>true</SDLCheck>
<CompileAs>CompileAsC</CompileAs>
<ConformanceMode>true</ConformanceMode>
<PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.72";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.73";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit af88e6f

Please sign in to comment.