Version number update
git-svn-id: file:///home/hardaker/lib/sf-bkups/net-snmp-convert-svnrepo/branches/V5-4-patches@20520 06827809-a52a-0410-b366-d66718629ded
diff --git a/FAQ b/FAQ
index 4a536c3..6fae03a 100644
--- a/FAQ
+++ b/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for the UCD/Net-SNMP package
=============================================================
FAQ Author: Dave Shield
- Net-SNMP Version: 5.4.4.rc1 SVN branch
+ Net-SNMP Version: 5.4.4 SVN branch
Net-SNMP/UCD-SNMP Project Leader: Wes Hardaker
Email: net-snmp-coders@lists.sourceforge.net
diff --git a/README b/README
index 5a03106..629af31 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- README file for net-snmp Version: 5.4.4.rc1
+ README file for net-snmp Version: 5.4.4
DISCLAIMER
diff --git a/configure b/configure
index ecbafa3..ec36ee8 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Revision: 20481 .
+# From configure.in Revision: 20519 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Net-SNMP 5.4.4.rc1.
+# Generated by GNU Autoconf 2.59 for Net-SNMP 5.4.4.
#
# Report bugs to <net-snmp-coders@lists.sourceforge.net>.
#
@@ -424,8 +424,8 @@
# Identity of this package.
PACKAGE_NAME='Net-SNMP'
PACKAGE_TARNAME='net-snmp'
-PACKAGE_VERSION='5.4.4.rc1'
-PACKAGE_STRING='Net-SNMP 5.4.4.rc1'
+PACKAGE_VERSION='5.4.4'
+PACKAGE_STRING='Net-SNMP 5.4.4'
PACKAGE_BUGREPORT='net-snmp-coders@lists.sourceforge.net'
ac_unique_file="agent/mibgroup/ucd-snmp/extensible.c"
@@ -955,7 +955,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Net-SNMP 5.4.4.rc1 to adapt to many kinds of systems.
+\`configure' configures Net-SNMP 5.4.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1017,7 +1017,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Net-SNMP 5.4.4.rc1:";;
+ short | recursive ) echo "Configuration of Net-SNMP 5.4.4:";;
esac
cat <<\_ACEOF
@@ -1432,7 +1432,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-Net-SNMP configure 5.4.4.rc1
+Net-SNMP configure 5.4.4
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1446,7 +1446,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Net-SNMP $as_me 5.4.4.rc1, which was
+It was created by Net-SNMP $as_me 5.4.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -49690,7 +49690,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by Net-SNMP $as_me 5.4.4.rc1, which was
+This file was extended by Net-SNMP $as_me 5.4.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -49753,7 +49753,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-Net-SNMP config.status 5.4.4.rc1
+Net-SNMP config.status 5.4.4
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index 2d31729..2409cf9 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@
#
# Process this file with autoconf to produce a configure script.
#
-AC_INIT([Net-SNMP], [5.4.4.rc1], [net-snmp-coders@lists.sourceforge.net])
+AC_INIT([Net-SNMP], [5.4.4], [net-snmp-coders@lists.sourceforge.net])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([agent/mibgroup/ucd-snmp/extensible.c])
AC_REVISION([$Revision$])
diff --git a/dist/net-snmp.spec b/dist/net-snmp.spec
index c7b82b4..f73070c 100644
--- a/dist/net-snmp.spec
+++ b/dist/net-snmp.spec
@@ -37,7 +37,7 @@
%endif
Summary: Tools and servers for the SNMP protocol
Name: net-snmp
-Version: 5.4.4.rc1
+Version: 5.4.4
# update release for vendor release. (eg 1.fc6, 1.rh72, 1.ydl3, 1.ydl23)
Release: 1
URL: http://www.net-snmp.org/
diff --git a/snmplib/snmp_version.c b/snmplib/snmp_version.c
index 933356a..4866dda 100644
--- a/snmplib/snmp_version.c
+++ b/snmplib/snmp_version.c
@@ -5,7 +5,7 @@
#ifndef UCD_COMPATIBLE
static
#endif
-const char *NetSnmpVersionInfo = "5.4.4.rc1";
+const char *NetSnmpVersionInfo = "5.4.4";
const char *
netsnmp_get_version()