Skip to content

Commit

Permalink
Version 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
graygnuorg committed Apr 17, 2023
1 parent ffaf1b3 commit 559ae70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on 2022-09-19. See the README.md file for details.

Please send pound bug reports to <[email protected]>

Version 4.6.90 (git)
Version 4.7, 2023-04-17

* Default include directory

Expand All @@ -16,7 +16,7 @@ for files in the include directory (unless the filename is absolute).
Initial value of the include directory is set to the system configuration
directory, as configured at compile time. It can be changed:

1. on the command line, using the -Winclude-dir=DIR or -Wno-include-dir
1. from the command line, using the -Winclude-dir=DIR or -Wno-include-dir
options. The latter form resets it to the current working
directory.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with pound. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
AC_INIT([pound],[4.6.90],[[email protected]],
AC_INIT([pound],[4.7],[[email protected]],
[pound],[https://github.com/graygnuorg/pound])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/pound.c])
Expand Down

0 comments on commit 559ae70

Please sign in to comment.