Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CHANGES FROM 0.6-beta to 0.6-rc1
==================================================================
- wxPython/OpenGl fix on Windows

==================================================================
CHANGES FROM 0.6-alpha2 to 0.6-beta
- massive examples clean-up and fixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT(${PROJECT_NAME})
SET(${PROJECT_NAME}_VERSION_MAJOR 0)
SET(${PROJECT_NAME}_VERSION_MINOR 6)
# Empty for official releases, set to -dev, -rc1, etc for development releases
SET(${PROJECT_NAME}_VERSION_DEVEL -alpha)
SET(${PROJECT_NAME}_VERSION_DEVEL -rc1)

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion src/wrapper/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# VARIABLES
#===============================================================================

VERSION = '0.6-beta' # Define pythonOCC version
VERSION = '0.6-rc1' # Define pythonOCC version
GEOM_RELEASE = 'geom-6.3.1.8' # located in /src/contrib/
SMESH_RELEASE = 'smesh-5.1.2.2' # located in /src/contrib
#===============================================================================
Expand Down