diff --git a/VistaCoreLibs/Tests/VistaSensorMeasureTest.cpp b/VistaCoreLibs/Tests/VistaSensorMeasureTest.cpp index 068256ebacddc9dc6d6ca42c31c8a7055c245739..bf5c2d7f35b76ce479eff3d73bf1fc881cde4028 100644 --- a/VistaCoreLibs/Tests/VistaSensorMeasureTest.cpp +++ b/VistaCoreLibs/Tests/VistaSensorMeasureTest.cpp @@ -20,7 +20,7 @@ /* Contributors */ /* */ /*============================================================================*/ -// $Id: VistaSerializablesTest.cpp 38623 2013-10-10 16:36:10Z dr165799 $ + diff --git a/VistaCoreLibs/VistaBase/VistaVersion.h b/VistaCoreLibs/VistaBase/VistaVersion.h index f0a39b16fd2e4baabc2cf88d08423b1d3347d9ea..32d5f7fe4a83eeb728118a53c265d6a2231b832c 100644 --- a/VistaCoreLibs/VistaBase/VistaVersion.h +++ b/VistaCoreLibs/VistaBase/VistaVersion.h @@ -36,29 +36,30 @@ * <table border=0> * <tr> * <td align="right">API version:</td> - * <td align="left"><b>1.15</b></td> + * <td align="left"><b>1.16</b></td> * </tr> * <tr> * <td align="right">codename:</td> - * <td align="left"><b>ViSTA CONCORDE</b></td> + * <td align="left"><b>ViSTA HUBBLE</b></td> * </tr> * <tr> * <td align="right">API release date:</td> - * <td align="left"><b>January 21st, 2016</b></td> + * <td align="left"><b>May 20th, 2016</b></td> * </tr> * <tr><td colspan=2> </td></tr> - * <tr><td align="center" colspan=2><i>This is the ViSTA release 1.16.0, codename "CONCORDE".</i></td></tr> - * <tr><td align="center" colspan=2><i>It is dedicated to the Concorde, which was the fastest</i></td></tr> - * <tr><td align="center" colspan=2><i>commercial aircraft during its time and was introduced</i></td></tr> - * <tr><td align="center" colspan=2><i>on January 21, 1976. </i></td></tr> + * <tr><td align="center" colspan=2><i>This is the ViSTA release 1.16.0, codename "HUBBLE".</i></td></tr> + * <tr><td align="center" colspan=2><i>It is dedicated to the Hubble Space Telescope, one of the</i></td></tr> + * <tr><td align="center" colspan=2><i>largest and most versatile space telescopes, observing in the</i></td></tr> + * <tr><td align="center" colspan=2><i>infrared, visible and ultraviolet spectra.</i></td></tr> + * <tr><td align="center" colspan=2><i>It entered service on May 20th, 1990.</i></td></tr> * <tr><td colspan=2> </td></tr> * <tr> * <td align="right">full version:</td> - * <td align="left"><b>1.15.0</b></td> + * <td align="left"><b>1.16.0</b></td> * </tr> * <tr> * <td align="right">release date:</td> - * <td align="left"><b>January 21st, 2016</b></td> + * <td align="left"><b>May 20th, 2016</b></td> * </tr> * </table> * </div> @@ -68,10 +69,10 @@ #define VISTA_HEAD #define VISTA_RELEASE_NAME "HEAD" -//#define VISTA_RELEASE_NAME "CONCORDE" -#define VISTA_VERSION "1.15.0" +//#define VISTA_RELEASE_NAME "HUBBLE" +#define VISTA_VERSION "1.16.0" #define VISTA_MAJOR 1 -#define VISTA_MINOR 15 +#define VISTA_MINOR 16 #define VISTA_REVISION 0 /*============================================================================*/