Skip to content

Commit

Permalink
Pre-release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Feb 13, 2018
1 parent fc9eb0f commit 36a1b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion bin/uget-integrator
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion install/windows/uget-integrator.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36a1b77

Please sign in to comment.