Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
cba3677e
Commit
cba3677e
authored
Dec 13, 2014
by
Maxime Perrotin
Browse files
Update version to 1.0RC2
parent
5dc3187d
Changes
4
Hide whitespace changes
Inline
Side-by-side
opengeode/icons.py
View file @
cba3677e
...
...
@@ -2,7 +2,7 @@
# Resource object code
#
# Created:
Fri
Dec 1
2 21:57:23
2014
# Created:
Sat
Dec 1
3 17:01:44
2014
# by: The Resource Compiler for PySide (Qt v4.8.6)
#
# WARNING! All changes made in this file will be lost!
opengeode/opengeode.py
View file @
cba3677e
...
...
@@ -100,7 +100,7 @@ except ImportError:
print
'LLVM is not available'
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.0RC'
__version__
=
'1.0RC
2
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
opengeode/sdl92Lexer.py
View file @
cba3677e
# $ANTLR 3.1.3 Mar 17, 2009 19:23:44 sdl92.g 2014-12-1
2 21:57:26
# $ANTLR 3.1.3 Mar 17, 2009 19:23:44 sdl92.g 2014-12-1
3 17:01:47
import
sys
from
antlr3
import
*
...
...
opengeode/sdl92Parser.py
View file @
cba3677e
# $ANTLR 3.1.3 Mar 17, 2009 19:23:44 sdl92.g 2014-12-1
2 21:57:24
# $ANTLR 3.1.3 Mar 17, 2009 19:23:44 sdl92.g 2014-12-1
3 17:01:45
import sys
from antlr3 import *
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment