[release] change version to 0.9.0

pull/757/head
Timothy Stack 4 years ago
parent 0aa31964aa
commit d6e1fd1f32

@ -9,7 +9,7 @@ HunterGate(
set(CMAKE_CXX_STANDARD 14)
project(lnav
VERSION 0.8.6)
VERSION 0.9.0)
include(CTest)
include(GNUInstallDirs)

@ -1,4 +1,4 @@
lnav v0.8.6:
lnav v0.9.0:
Features:
* Added support for themes and included a few as well: default, eldar,
monocai, night-owl, solarized-light, and solarized-dark. The theme

@ -1,4 +1,4 @@
AC_INIT([lnav],[0.8.6],[lnav@googlegroups.com],[lnav],[http://lnav.org])
AC_INIT([lnav],[0.9.0],[lnav@googlegroups.com],[lnav],[http://lnav.org])
AC_CONFIG_SRCDIR([src/lnav.cc])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects])

@ -265,9 +265,9 @@ copyright = u'2020, Tim Stack'
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.6'
release = '0.9.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

@ -1,5 +1,5 @@
VERSION=0.8.6
VERSION=0.9.0
SRC_VERSION=master
@ -66,7 +66,7 @@ release: linux-ospkg osx-package
push:
env LANG=UTF-8 package_cloud push tstack/lnav/ubuntu/lucid outbox/lnav*.deb
env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.8.6-1.x86_64.rpm
env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.9.0-1.x86_64.rpm
clean:
cd vagrant-static && vagrant destroy -f

Loading…
Cancel
Save