Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farzinenddo committed Feb 7, 2016
1 parent b5ea001 commit b6843e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Core/Global.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

mainPath = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir))
modulesPath = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir)) + '/Application/modules/'
VERSION = '1.0.1'
VERSION = '1.0.2'
pluginNumber = 0
modules = None
POINTER = None
Expand Down

0 comments on commit b6843e4

Please sign in to comment.