Skip to content

Commit 36a1b77

Browse files
committed
Pre-release 0.0.1
1 parent fc9eb0f commit 36a1b77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.5)
22

33
PROJECT(uget-integrator)
44

5-
set(MAJOR_VERSION 1)
5+
set(MAJOR_VERSION 0)
66
set(MINOR_VERSION 0)
7-
set(PATCH_VERSION 0)
7+
set(PATCH_VERSION 1)
88
set(RELEASE_VERSION 1)
99
set(VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1010
set(DESCRIPTION "Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox")

bin/uget-integrator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from mimetypes import guess_extension
3636
cookie_filepath = join(tempfile.gettempdir(), 'uget_cookie')
3737
urls_filepath = join(tempfile.gettempdir(), 'uget_urls')
3838
UGET_COMMAND = 'uget-gtk'
39-
VERSION = "1.0.0"
39+
VERSION = "0.0.1"
4040
creation_flags = 0
4141

4242
logger = logging.getLogger()

install/windows/uget-integrator.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ FunctionEnd
158158

159159
;--------------------------------
160160
;General
161-
!define _VERSION "1.0.0.1"
161+
!define _VERSION "0.0.1.0"
162162
!define _PROGRAM_NAME "uget-integrator"
163163

164164
;Name and file

0 commit comments

Comments
 (0)