mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2025-01-21 02:05:58 +00:00
Pushed to pre8 due to wrong version string in pre7
This commit is contained in:
parent
d36d396fd0
commit
e166565121
@ -1,4 +1,7 @@
|
||||
Summary of Changes from 1.0-pre6 to HEAD
|
||||
ChangeLog discontinued, git history can be found here:
|
||||
http://git.kernel.org/?p=libs/netlink/libnl.git
|
||||
|
||||
Summary of Changes from 1.0-pre6 to 1.0-pre7
|
||||
================================================
|
||||
Thomas Graf <tgraf@suug.ch>
|
||||
o Generic netlink support
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
|
||||
#
|
||||
|
||||
AC_INIT(libnl, 1.0-pre6, tgraf@suug.ch)
|
||||
AC_INIT(libnl, 1.0-pre8, tgraf@suug.ch)
|
||||
AC_CONFIG_HEADER(lib/defs.h)
|
||||
|
||||
save_CFLAGS="${CFLAGS}"
|
||||
@ -76,5 +76,4 @@ Included in Compilation:
|
||||
libnl: $COMPILE_LIBNL $LIBNL_LIB
|
||||
|
||||
Dependencies:
|
||||
bmon:
|
||||
libm $M (required)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* lib/defs.h. Generated by configure. */
|
||||
/* lib/defs.h. Generated from defs.h.in by configure. */
|
||||
/* lib/defs.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
@ -8,13 +8,13 @@
|
||||
#define PACKAGE_NAME "libnl"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "libnl 1.0-pre6"
|
||||
#define PACKAGE_STRING "libnl 1.0-pre8"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "libnl"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.0-pre6"
|
||||
#define PACKAGE_VERSION "1.0-pre8"
|
||||
|
||||
/* verbose errors */
|
||||
/* #undef VERBOSE_ERRORS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user