Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([lldpad], [1.2.99], [lldp-devel@open-lldp.org])
AC_INIT([lldpad], [1.1.1], [lldp-devel@open-lldp.org])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you think this should change?

This value will be a hint on bug reports. IE: if someone writes a bug and shows 1.2.90, then we know it is
against latest main branch. OTOH, 1.1.1 should be found on branch-1.1 and that will be a very specific version.

AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])

m4_pattern_allow([AM_PROG_AR])
Expand Down