Skip to content

Commit 593c7b7

Browse files
committed
Version number update: 5.10.pre2
1 parent 733e627 commit 593c7b7

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Frequently Asked Questions (FAQ) for the UCD/Net-SNMP package
22
=============================================================
33
FAQ Author: Dave Shield
4-
Net-SNMP Version: 5.10.pre1
4+
Net-SNMP Version: 5.10.pre2
55
Net-SNMP/UCD-SNMP Project Leader: Wes Hardaker
66
77

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README file for net-snmp Version: 5.10.pre1
1+
README file for net-snmp Version: 5.10.pre2
22

33
DISCLAIMER
44

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Net-SNMP 5.10.pre1.
4+
# Generated by GNU Autoconf 2.71 for Net-SNMP 5.10.pre2.
55
#
66
# Report bugs to <[email protected]>.
77
#
@@ -622,8 +622,8 @@ MAKEFLAGS=
622622
# Identity of this package.
623623
PACKAGE_NAME='Net-SNMP'
624624
PACKAGE_TARNAME='net-snmp'
625-
PACKAGE_VERSION='5.10.pre1'
626-
PACKAGE_STRING='Net-SNMP 5.10.pre1'
625+
PACKAGE_VERSION='5.10.pre2'
626+
PACKAGE_STRING='Net-SNMP 5.10.pre2'
627627
PACKAGE_BUGREPORT='[email protected]'
628628
PACKAGE_URL=''
629629

@@ -1679,7 +1679,7 @@ if test "$ac_init_help" = "long"; then
16791679
# Omit some internal or obsolete options to make the list less imposing.
16801680
# This message is too long to be a string in the A/UX 3.1 sh.
16811681
cat <<_ACEOF
1682-
\`configure' configures Net-SNMP 5.10.pre1 to adapt to many kinds of systems.
1682+
\`configure' configures Net-SNMP 5.10.pre2 to adapt to many kinds of systems.
16831683

16841684
Usage: $0 [OPTION]... [VAR=VALUE]...
16851685

@@ -1746,7 +1746,7 @@ fi
17461746

17471747
if test -n "$ac_init_help"; then
17481748
case $ac_init_help in
1749-
short | recursive ) echo "Configuration of Net-SNMP 5.10.pre1:";;
1749+
short | recursive ) echo "Configuration of Net-SNMP 5.10.pre2:";;
17501750
esac
17511751
cat <<\_ACEOF
17521752

@@ -1876,7 +1876,7 @@ Compiler Options:
18761876
libraries (eg, HPUX)
18771877
--with-features-of=version
18781878
Compile in MIB modules and other features as if this
1879-
was release "version" (default is 5.10.pre1).
1879+
was release "version" (default is 5.10.pre2).
18801880

18811881
Miscellaneous:
18821882
--with-defaults Use defaults for prompted values.
@@ -2197,7 +2197,7 @@ fi
21972197
test -n "$ac_init_help" && exit $ac_status
21982198
if $ac_init_version; then
21992199
cat <<\_ACEOF
2200-
Net-SNMP configure 5.10.pre1
2200+
Net-SNMP configure 5.10.pre2
22012201
generated by GNU Autoconf 2.71
22022202

22032203
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2991,7 +2991,7 @@ cat >config.log <<_ACEOF
29912991
This file contains any messages produced by compilers while
29922992
running configure, to aid debugging if configure makes a mistake.
29932993

2994-
It was created by Net-SNMP $as_me 5.10.pre1, which was
2994+
It was created by Net-SNMP $as_me 5.10.pre2, which was
29952995
generated by GNU Autoconf 2.71. Invocation command line was
29962996

29972997
$ $0$ac_configure_args_raw
@@ -37107,7 +37107,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3710737107
# report actual input values of CONFIG_FILES etc. instead of their
3710837108
# values after options handling.
3710937109
ac_log="
37110-
This file was extended by Net-SNMP $as_me 5.10.pre1, which was
37110+
This file was extended by Net-SNMP $as_me 5.10.pre2, which was
3711137111
generated by GNU Autoconf 2.71. Invocation command line was
3711237112

3711337113
CONFIG_FILES = $CONFIG_FILES
@@ -37175,7 +37175,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
3717537175
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3717637176
ac_cs_config='$ac_cs_config_escaped'
3717737177
ac_cs_version="\\
37178-
Net-SNMP config.status 5.10.pre1
37178+
Net-SNMP config.status 5.10.pre2
3717937179
configured by $0, generated by GNU Autoconf 2.71,
3718037180
with options \\"\$ac_cs_config\\"
3718137181

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Process this file with autoconf to produce a configure script.
1717
#
18-
AC_INIT([Net-SNMP], [5.10.pre1], [[email protected]])
18+
AC_INIT([Net-SNMP], [5.10.pre2], [[email protected]])
1919
AC_PREREQ([2.71])
2020
AC_CONFIG_SRCDIR([agent/snmpd.c])
2121
AC_REVISION([$Revision$])

dist/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SHELL = /bin/sh
1919
NAME = net-snmp
2020

2121
# Define the default RPM release number. Set by Version-Munge.pl
22-
VERSION = 5.10.pre1
22+
VERSION = 5.10.pre2
2323

2424
VERSION_TAG=`echo Ext-$(VERSION) | sed 's/\./-/g;'`
2525

dist/net-snmp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
%endif
3838
Summary: Tools and services for the SNMP protocol
3939
Name: net-snmp
40-
Version: 5.10.pre1
40+
Version: 5.10.pre2
4141
# update release for vendor release. (eg 1.fc6, 1.rh72, 1.ydl3, 1.ydl23)
4242
Release: 1
4343
URL: http://www.net-snmp.org/

0 commit comments

Comments
 (0)