Skip to content

Commit

Permalink
Set version to 4.12.1 production
Browse files Browse the repository at this point in the history
  • Loading branch information
tclarke committed Jan 10, 2020
1 parent 5a641fe commit efd3f4d
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 242 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.1Unofficial"
#define OPTICKS_VERSION "4.12.1"

#endif
10 changes: 5 additions & 5 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.1Unofficial"
#define APP_IS_PRODUCTION_RELEASE false
#define APP_VERSION_NUMBER "4.12.1"
#define APP_IS_PRODUCTION_RELEASE true
#define APP_COPYRIGHT_MSG "© 2000 - 2008 Ball Aerospace & Technologies Corp., Fairborn, Ohio"
#define APP_RELEASE_DATE_YEAR 2014
#define APP_RELEASE_DATE_MONTH 8
#define APP_RELEASE_DATE_DAY 8
#define APP_RELEASE_DATE_YEAR 2020
#define APP_RELEASE_DATE_MONTH 1
#define APP_RELEASE_DATE_DAY 10

#endif
2 changes: 1 addition & 1 deletion Dependencies/ivy-config/default.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
defaultRev=4.12.1rc1b
defaultRev=4.12.1
Loading

0 comments on commit efd3f4d

Please sign in to comment.