Skip to content

Commit

Permalink
Changed PaPI Version
Browse files Browse the repository at this point in the history
  • Loading branch information
SvKn committed Aug 13, 2015
1 parent 68e930c commit 5a9d15d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions papi/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
__author__ = 'ruppin'


PAPI_DEV_EDITION = True
PAPI_DEV_EDITION = False

# CORE CONSTANTS
CORE_PROCESS_CONSOLE_IDENTIFIER = 'Core Process: '
CORE_CONSOLE_LOG_LEVEL = 1


CORE_PAPI_VERSION = '1.1.0' # no spaces allowed
CORE_CORE_VERSION = '1.1.0' # no spaces allowed
CORE_PAPI_VERSION = '1.2.0' # no spaces allowed
CORE_CORE_VERSION = '1.2.0' # 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'
CORE_STOP_CONSOLE_MESSAGE = 'Core and PaPI finished operation cleanly'
Expand Down Expand Up @@ -88,7 +88,7 @@
# GUI CONSTANTS
GUI_PROCESS_CONSOLE_IDENTIFIER = 'Gui Process: '
GUI_PROCESS_CONSOLE_LOG_LEVEL = 1
GUI_VERSION = 'v_1.1.0'
GUI_VERSION = 'v_1.2.0'
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 5a9d15d

Please sign in to comment.