From 4e3e138947361d237b2ed0f1db5333d01718145e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 29 Dec 2014 11:00:59 +0000 Subject: [PATCH] Fixed a typo in message of make install. Thanks to Jakub Wilk. --- libburn/trunk/Makefile.am | 2 +- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libburn/trunk/Makefile.am b/libburn/trunk/Makefile.am index dae0bb9d..e2ee6b52 100644 --- a/libburn/trunk/Makefile.am +++ b/libburn/trunk/Makefile.am @@ -77,7 +77,7 @@ libinclude_HEADERS = \ libburn/libburn.h install-exec-hook: - $(LIBBURNIA_LDCONFIG_CMD) "$(DESTDIR)$(libdir)" || echo 'NOTE: Explicite dynamic library configuration failed. If needed, configure manually for:' "$(DESTDIR)$(libdir)" + $(LIBBURNIA_LDCONFIG_CMD) "$(DESTDIR)$(libdir)" || echo 'NOTE: Explicit dynamic library configuration failed. If needed, configure manually for:' "$(DESTDIR)$(libdir)" ## ========================================================================= ## diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index a2c5f56e..f7a2a21a 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2014.12.21.221245" +#define Cdrskin_timestamP "2014.12.29.105910"