From 5a9d15ddc42c6a9f4a1d973ae3a35530c7d81b88 Mon Sep 17 00:00:00 2001 From: Sven Knuth Date: Thu, 13 Aug 2015 12:04:47 +0200 Subject: [PATCH] Changed PaPI Version --- papi/constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/papi/constants.py b/papi/constants.py index b66220a1..9aa43aa7 100644 --- a/papi/constants.py +++ b/papi/constants.py @@ -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' @@ -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'