Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed May 13, 2024
1 parent 9126cb9 commit ad1fcbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .settings/language.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser" keep-relative-paths="false" name="CDT GCC Build Output Parser" parameter="([^/\\\\]*)((g?cc)|([gc]\+\+)|(clang))" prefer-non-shared="true"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="533013092543484254" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="533149516069884254" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
Expand Down
4 changes: 2 additions & 2 deletions include/novas.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file
*
* @author G. Kaplan and A. Kovacs
* @version 1.0.0
* @version 1.0.1
*
* SuperNOVAS astrometry softwate based on the Naval Observatory Vector Astrometry Software (NOVAS).
* It has been modified to fix outstanding issues and to make it easier to use.
Expand Down Expand Up @@ -53,7 +53,7 @@
#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".
#define SUPERNOVAS_RELEASE_STRING "" ///< 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
2 changes: 1 addition & 1 deletion src/novas.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file
*
* @author G. Kaplan and A. Kovacs
* @version 1.0.0
* @version 1.0.1
*
* SuperNOVAS astrometry softwate based on the Naval Observatory Vector Astrometry Software (NOVAS).
* It has been modified to fix outstanding issues and to make it easier to use.
Expand Down

0 comments on commit ad1fcbe

Please sign in to comment.