Skip to content

Commit

Permalink
Brought version date to present
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Nov 16, 2023
1 parent b77e034 commit 125a9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miscell.cpp
Expand Up @@ -670,6 +670,6 @@ int pattern_match(const char* pattern, const char* string)
const char *find_orb_version_jd( double *jd)
{
if( jd)
*jd = 2460239.5;
return( "2023 Oct 22");
*jd = 2460264.5;
return( "2023 Nov 16");
}

0 comments on commit 125a9f7

Please sign in to comment.