Skip to content

Commit

Permalink
bump OPTICKS_VERSION_NUMBER to 15, with all G4PhysicsVector::SetSplin…
Browse files Browse the repository at this point in the history
…e removed
  • Loading branch information
simoncblyth committed Sep 30, 2021
1 parent 7ebbd54 commit 02b0985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions notes/releases-and-versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ When it is a good time to snapshot. Make the tag:

2. set the incremented *OPTICKS_VERSION_NUMBER* in `okconf/OpticksVersionNumber.hh`, commit and push to **BOTH bitbucket and github**::

vi okconf/OpticksVersionNumber.hh
vi okconf/OpticksVersionNumber.hh notes/releases-and-versioning.rst
git add .
git commit -m "bump OPTICKS_VERSION_NUMBER 12"
git push
Expand Down Expand Up @@ -189,8 +189,10 @@ Snapshot History
| 2021/09/24 | v0.1.4 | 14 | 14 | Changes for Geant4 1100 beta, 4 cfg4 test fails remain, needing G4 GDML read fix|
| | | | | see notes/issues/Geant4_1100_GDML_AddProperty_error.rst |
+------------+-------------------+------------------------------------+----------------------------+---------------------------------------------------------------------------------+
| 2021/09/30 | v0.1.5 | 15 | 14 | All use of G4PhysicsVector::SetSpline removed due to Geant4 API change, |
| | | | | see notes/issues/Geant4_Soon_SetSpline_change.rst |
+------------+-------------------+------------------------------------+----------------------------+---------------------------------------------------------------------------------+





Expand Down
2 changes: 1 addition & 1 deletion okconf/OpticksVersionNumber.hh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Definition of version integer
**/


#define OPTICKS_VERSION_NUMBER 14
#define OPTICKS_VERSION_NUMBER 15


#include "OKCONF_API_EXPORT.hh"
Expand Down

0 comments on commit 02b0985

Please sign in to comment.