Skip to content

Commit

Permalink
Change versions for 4.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tclarke committed Feb 1, 2021
1 parent 789fa25 commit 92c43e9
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 243 deletions.
2 changes: 1 addition & 1 deletion Code/application/Interfaces/OpticksVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
#ifndef OPTICKSVERSION_H
#define OPTICKSVERSION_H

#define OPTICKS_VERSION "4.12.2rc1"
#define OPTICKS_VERSION "4.12.2"

#endif
8 changes: 4 additions & 4 deletions Code/application/PlugInUtilities/AppVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#define APP_NAME_LONG "Opticks"
#define APP_COPYRIGHT "Copyright © 2008, Ball Aerospace & Technologies Corp."
#define APP_SPONSOR "Ball"
#define APP_VERSION_NUMBER "4.12.2rc1"
#define APP_IS_PRODUCTION_RELEASE false
#define APP_VERSION_NUMBER "4.12.2"
#define APP_IS_PRODUCTION_RELEASE true
#define APP_COPYRIGHT_MSG "© 2000 - 2008 Ball Aerospace & Technologies Corp., Fairborn, Ohio"
#define APP_RELEASE_DATE_YEAR 2021
#define APP_RELEASE_DATE_MONTH 1
#define APP_RELEASE_DATE_DAY 26
#define APP_RELEASE_DATE_MONTH 2
#define APP_RELEASE_DATE_DAY 1

#endif
Loading

0 comments on commit 92c43e9

Please sign in to comment.