Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 4, 2019
1 parent 01a1586 commit e2dbf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.2)
project(AppImageLauncher)

set(V_MAJOR 1)
set(V_MINOR 0)
set(V_PATCH 3)
set(V_MINOR 1)
set(V_PATCH 0)
set(V_SUFFIX "")

set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
Expand Down

0 comments on commit e2dbf13

Please sign in to comment.