From 45073a63a2746e49a08773e92427fe42116043ed Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Thu, 16 Jan 2025 06:17:08 +0100 Subject: [PATCH] v1.2.0 (rerelease) --- Makefile | 2 +- include/novas.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a6fe0ff1..d6e61927 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ install-libs: ifneq ($(wildcard $(LIB)/*),) @echo "installing libraries to $(DESTDIR)$(libdir)" install -d $(DESTDIR)$(libdir) - $(INSTALL_PROGRAM) -D $(LIB)/lib* $(DESTDIR)$(libdir)/ + cp -a $(LIB)/lib* $(DESTDIR)$(libdir)/ else @echo "WARNING! Skipping libs install: needs 'shared' and/or 'static'" endif diff --git a/include/novas.h b/include/novas.h index 381a2662..57d2e6a4 100644 --- a/include/novas.h +++ b/include/novas.h @@ -65,10 +65,10 @@ #define SUPERNOVAS_MINOR_VERSION 2 /// Integer sub version of the release -#define SUPERNOVAS_PATCHLEVEL 1 +#define SUPERNOVAS_PATCHLEVEL 0 /// Additional release information in version, e.g. "-1", or "-rc1", or empty string "" for releases. -#define SUPERNOVAS_RELEASE_STRING "-devel" +#define SUPERNOVAS_RELEASE_STRING "" /// \cond PRIVATE