Skip to content

Commit 991672d

Browse files
committed
Merge pull request tpaviot#159 from tpaviot/tp/rc1
0.6-rc1
2 parents 1ae2c06 + 024b210 commit 991672d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
CHANGES FROM 0.6-beta to 0.6-rc1
2+
==================================================================
3+
- wxPython/OpenGl fix on Windows
4+
15
==================================================================
26
CHANGES FROM 0.6-alpha2 to 0.6-beta
37
- massive examples clean-up and fixes

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT(${PROJECT_NAME})
2323
SET(${PROJECT_NAME}_VERSION_MAJOR 0)
2424
SET(${PROJECT_NAME}_VERSION_MINOR 6)
2525
# Empty for official releases, set to -dev, -rc1, etc for development releases
26-
SET(${PROJECT_NAME}_VERSION_DEVEL -alpha)
26+
SET(${PROJECT_NAME}_VERSION_DEVEL -rc1)
2727

2828
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2929

src/wrapper/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# VARIABLES
3232
#===============================================================================
3333

34-
VERSION = '0.6-beta' # Define pythonOCC version
34+
VERSION = '0.6-rc1' # Define pythonOCC version
3535
GEOM_RELEASE = 'geom-6.3.1.8' # located in /src/contrib/
3636
SMESH_RELEASE = 'smesh-5.1.2.2' # located in /src/contrib
3737
#===============================================================================

0 commit comments

Comments
 (0)