[version] bump to 0.9.1

This commit is contained in:
Timothy Stack 2021-01-24 13:16:28 -08:00
parent f17d838be1
commit 099b32b393
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
VERSION=0.9.0
VERSION=0.9.1
SRC_VERSION=master
@ -70,7 +70,7 @@ release: linux-ospkg osx-package musl-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.9.0-1.x86_64.rpm
env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.9.1-1.x86_64.rpm
clean:
cd vagrant-static && vagrant destroy -f