1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Add DM_LIB_VERSION definition to configure.h.

This commit is contained in:
Alasdair Kergon 2007-01-19 15:53:01 +00:00
parent 10232bd991
commit 866a1a0836
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.16 -
===================================
Add DM_LIB_VERSION definition to configure.h.
Suppress 'Unrecognised field' error if report field is 'help'.
Add --separator and --sort to dmsetup (unused).
Make alignment flag optional when specifying report fields.

View File

@ -28,6 +28,4 @@ int rm_dev_node(const char *dev_name);
int rename_dev_node(const char *old_name, const char *new_name);
void update_devs(void);
#define DM_LIB_VERSION @DM_LIB_VERSION@
#endif