From 36a1b7747ee2d171ee2dbe4080b96662fc1e085a Mon Sep 17 00:00:00 2001 From: Gobinath Date: Tue, 13 Feb 2018 12:15:53 -0500 Subject: [PATCH] Pre-release 0.0.1 --- CMakeLists.txt | 4 ++-- bin/uget-integrator | 2 +- install/windows/uget-integrator.nsi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 443c505..41276c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.5) PROJECT(uget-integrator) -set(MAJOR_VERSION 1) +set(MAJOR_VERSION 0) set(MINOR_VERSION 0) -set(PATCH_VERSION 0) +set(PATCH_VERSION 1) set(RELEASE_VERSION 1) set(VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) set(DESCRIPTION "Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox") diff --git a/bin/uget-integrator b/bin/uget-integrator index 9441b41..a1b1f99 100755 --- a/bin/uget-integrator +++ b/bin/uget-integrator @@ -36,7 +36,7 @@ from mimetypes import guess_extension cookie_filepath = join(tempfile.gettempdir(), 'uget_cookie') urls_filepath = join(tempfile.gettempdir(), 'uget_urls') UGET_COMMAND = 'uget-gtk' -VERSION = "1.0.0" +VERSION = "0.0.1" creation_flags = 0 logger = logging.getLogger() diff --git a/install/windows/uget-integrator.nsi b/install/windows/uget-integrator.nsi index 9675725..a7b5959 100644 --- a/install/windows/uget-integrator.nsi +++ b/install/windows/uget-integrator.nsi @@ -158,7 +158,7 @@ FunctionEnd ;-------------------------------- ;General - !define _VERSION "1.0.0.1" + !define _VERSION "0.0.1.0" !define _PROGRAM_NAME "uget-integrator" ;Name and file