diff --git a/miscell.cpp b/miscell.cpp index 08c0c8a7..fd818f7f 100644 --- a/miscell.cpp +++ b/miscell.cpp @@ -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"); }