Skip to content

Commit

Permalink
Push version to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 26, 2020
1 parent c387e32 commit 80a659e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ matrix:

env:
global:
- KLOGG_VERSION_EVAL='KLOGG_VERSION=20.1.0.$TRAVIS_BUILD_NUMBER'
- KLOGG_VERSION_EVAL='KLOGG_VERSION=20.4.0.$TRAVIS_BUILD_NUMBER'
- COMMON_CMAKE_OPTS_EVAL='COMMON_CMAKE_OPTS="-G Ninja -DBUILD_NUMBER=$TRAVIS_BUILD_NUMBER -DCMAKE_BUILD_TYPE=Release"'

before_install:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

project(klogg
VERSION 20.1.0
VERSION 20.4.0
DESCRIPTION "klogg log viewer"
LANGUAGES C CXX)
set(PROJECT_HOMEPAGE_URL "https://github.com/variar/klogg")
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '20.1.0.{build}'
version: '20.4.0.{build}'
skip_tags: true

os: Visual Studio 2019
Expand Down

0 comments on commit 80a659e

Please sign in to comment.