Skip to content

Commit 789fa25

Browse files
committed
Opticks 4.12.2rc1 release
1 parent 3b063c3 commit 789fa25

File tree

4 files changed

+242
-242
lines changed

4 files changed

+242
-242
lines changed

Code/application/Interfaces/OpticksVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
#ifndef OPTICKSVERSION_H
1111
#define OPTICKSVERSION_H
1212

13-
#define OPTICKS_VERSION "4.12.2Unofficial"
13+
#define OPTICKS_VERSION "4.12.2rc1"
1414

1515
#endif

Code/application/PlugInUtilities/AppVersion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#define APP_NAME_LONG "Opticks"
1515
#define APP_COPYRIGHT "Copyright © 2008, Ball Aerospace & Technologies Corp."
1616
#define APP_SPONSOR "Ball"
17-
#define APP_VERSION_NUMBER "4.12.2Unofficial"
17+
#define APP_VERSION_NUMBER "4.12.2rc1"
1818
#define APP_IS_PRODUCTION_RELEASE false
1919
#define APP_COPYRIGHT_MSG "© 2000 - 2008 Ball Aerospace & Technologies Corp., Fairborn, Ohio"
20-
#define APP_RELEASE_DATE_YEAR 2020
20+
#define APP_RELEASE_DATE_YEAR 2021
2121
#define APP_RELEASE_DATE_MONTH 1
22-
#define APP_RELEASE_DATE_DAY 10
22+
#define APP_RELEASE_DATE_DAY 26
2323

2424
#endif

0 commit comments

Comments
 (0)