Skip to content

Commit

Permalink
v1.2.0 (rerelease)
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jan 16, 2025
1 parent 5666dc1 commit 45073a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/novas.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45073a6

Please sign in to comment.