dect
/
libnl
Archived
13
0
Fork 0

version.h.in should be in tree not the generated version

This commit is contained in:
Thomas Graf 2008-04-30 18:52:28 +02:00
parent a948e082ea
commit 2033861424
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#ifndef NETLINK_VERSION_H_
#define NETLINK_VERSION_H_
#define LIBNL_STRING "libnl 1.2"
#define LIBNL_VERSION "1.2"
#define LIBNL_STRING "@PACKAGE_STRING@"
#define LIBNL_VERSION "@PACKAGE_VERSION@"
#endif