[chrome-gnome-shell] Version bump



commit b86f56a3e5318898fd6e4f5f20998296fdfb42a1
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Sat May 14 11:48:09 2016 +0300

    Version bump

 CMakeLists.txt                   |    2 +-
 connector/gs-chrome-connector.py |    2 +-
 extension/manifest.json          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0debcd0..6433462 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT DEFINED(CMAKE_SIZEOF_VOID_P))
 endif(NOT DEFINED(CMAKE_SIZEOF_VOID_P))
 
 # Variables
-set(PROJECT_VERSION "5.2")
+set(PROJECT_VERSION "6")
 
 set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
 set(ARCHIVE_FULL_NAME ${ARCHIVE_NAME}.tar.xz)
diff --git a/connector/gs-chrome-connector.py b/connector/gs-chrome-connector.py
index 4c253e4..90a2735 100755
--- a/connector/gs-chrome-connector.py
+++ b/connector/gs-chrome-connector.py
@@ -20,7 +20,7 @@ import sys
 import re
 from threading import Thread, Lock
 
-CONNECTOR_VERSION      = 5.2
+CONNECTOR_VERSION      = 6
 DEBUG_ENABLED          = False
 
 SHELL_SCHEMA = "org.gnome.shell"
diff --git a/extension/manifest.json b/extension/manifest.json
index 2bbcf36..6158e6d 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -4,7 +4,7 @@
   "name": "__MSG_gs_chrome__",
   "short_name": "GS Chrome",
   "description": "__MSG_manifest_description__",
-  "version": "5.2",
+  "version": "6",
 
   "default_locale": "en",
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]