Skip to content

Commit 7006c39

Browse files
committed
Prepare for 4.99.4 release
1 parent f4ed688 commit 7006c39

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

00DIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5587,7 +5587,7 @@ Supplement Regenerated the 4.04 distribution to correct a non-
55875587

55885588
fix 00DIST file <space> -> tabs
55895589

5590-
4.9?.? ????????? ??, ????
5590+
4.99.4 November 18, 2024
55915591

55925592
fix version parser for clang (lsof-org#305) (#306)
55935593

@@ -5614,6 +5614,7 @@ Supplement Regenerated the 4.04 distribution to correct a non-
56145614
lib/misc.c: fix build against -std=c23 (`void (*)()`) changed
56155615
the meaning) (#327)
56165616

5617+
4.9?.? ????????? ??, ????
56175618

56185619

56195620
Vic Abell <[email protected]>

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([lsof],[4.99.3])
1+
AC_INIT([lsof],[4.99.4])
22
AM_INIT_AUTOMAKE([subdir-objects])
33
LT_INIT([disable-fast-install]) # avoid lt-lsof naming
44
# Locate custom m4 macros

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.ds VN 4.99.3
1+
.ds VN 4.99.4

0 commit comments

Comments
 (0)