Skip to content

Commit

Permalink
Set version to 1.0.1-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Mar 23, 2024
1 parent 63449f6 commit 2a58bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/novas.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@

#include "nutation.h"

#define SUPERNOVAS_MAJOR_VERSION 1 ///< API major version
#define SUPERNOVAS_MINOR_VERSION 0 ///< API minor version
#define SUPERNOVAS_PATCHLEVEL 0 ///< Integer sub version of the release
#define SUPERNOVAS_RELEASE_STRING "" ///< Additional release information in version, e.g. "-1", or "-rc1".
#define SUPERNOVAS_MAJOR_VERSION 1 ///< API major version
#define SUPERNOVAS_MINOR_VERSION 0 ///< API minor version
#define SUPERNOVAS_PATCHLEVEL 1 ///< Integer sub version of the release
#define SUPERNOVAS_RELEASE_STRING "-devel" ///< Additional release information in version, e.g. "-1", or "-rc1".

/// The version string for this library
#define SUPERNOVAS_VERSION_STRING #SUPERNOVAS_MAJOR_VERSION "." #SUPERNOVAS_MINOR_VERSION \
Expand Down

0 comments on commit 2a58bb2

Please sign in to comment.