Skip to content

Commit

Permalink
Update date format in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jun 25, 2024
1 parent 7a15c17 commit 1c46462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/version.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const char * SyKernelVersion = "@GAP_VERSION@";
**
*V SyReleaseDay . . . . . . . . . . . . . . release date of this GAP version
**
** 'SyReleaseDay' is the date of the release, e.g. "19-Jun-2019"; for
** 'SyReleaseDay' is the date of the release, e.g. "2019-Jun-19"; for
** development versions, this is set to "today".
*/
const char * SyReleaseDay = "@GAP_RELEASEDAY@";
Expand Down
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extern const char * SyKernelVersion;
**
*V SyReleaseDay . . . . . . . . . . . . . . release date of this GAP version
**
** 'SyReleaseDay' is the date of the release, e.g. "19-Jun-2019"; for
** 'SyReleaseDay' is the date of the release, e.g. "2019-Jun-19"; for
** development versions, this is set to "today".
*/
extern const char * SyReleaseDay;
Expand Down

0 comments on commit 1c46462

Please sign in to comment.