Skip to content

Commit 92c43e9

Browse files
committed
Change versions for 4.12.2 release
1 parent 789fa25 commit 92c43e9

File tree

4 files changed

+243
-243
lines changed

4 files changed

+243
-243
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.2rc1"
13+
#define OPTICKS_VERSION "4.12.2"
1414

1515
#endif

Code/application/PlugInUtilities/AppVersion.h

Lines changed: 4 additions & 4 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.2rc1"
18-
#define APP_IS_PRODUCTION_RELEASE false
17+
#define APP_VERSION_NUMBER "4.12.2"
18+
#define APP_IS_PRODUCTION_RELEASE true
1919
#define APP_COPYRIGHT_MSG "© 2000 - 2008 Ball Aerospace & Technologies Corp., Fairborn, Ohio"
2020
#define APP_RELEASE_DATE_YEAR 2021
21-
#define APP_RELEASE_DATE_MONTH 1
22-
#define APP_RELEASE_DATE_DAY 26
21+
#define APP_RELEASE_DATE_MONTH 2
22+
#define APP_RELEASE_DATE_DAY 1
2323

2424
#endif

0 commit comments

Comments
 (0)