Skip to content

Commit

Permalink
fxied version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBerlin committed Dec 15, 2014
1 parent 9ec0fba commit 3bd2781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papi/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
CORE_CONSOLE_LOG_LEVEL = 1


CORE_PAPI_VERSION = 'v_0.6' # no spaces allowed
CORE_PAPI_VERSION = 'v_0.7' # no spaces allowed
CORE_CORE_VERSION = 'v_0.9' # no spaces allowed
CORE_PAPI_CONSOLE_START_MESSAGE = 'PaPI - Plugin based Process Interaction' + ' Version: ' + CORE_PAPI_VERSION
CORE_CORE_CONSOLE_START_MESSAGE = 'PaPI Core Modul ' + CORE_CORE_VERSION + ' started'
Expand All @@ -53,7 +53,7 @@
# GUI CONSTANTS
GUI_PROCESS_CONSOLE_IDENTIFIER = 'Gui Process: '
GUI_PROCESS_CONSOLE_LOG_LEVEL = 1
GUI_VERSION = 'v_0.5'
GUI_VERSION = 'v_0.7'
GUI_START_CONSOLE_MESSAGE = 'PaPI GUI Modul ' + GUI_VERSION + ' started'

GUI_PAPI_WINDOW_TITLE = 'PaPI - Plugin based Process Interaction'
Expand Down

0 comments on commit 3bd2781

Please sign in to comment.