bump version to v0.8.5-rc1

This commit is contained in:
Timothy Stack 2019-03-15 22:13:18 -07:00
parent 78d80fddd5
commit c4b950e4d9
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([lnav],[0.8.4],[lnav@googlegroups.com],[lnav],[http://lnav.org])
AC_INIT([lnav],[0.8.5-rc1],[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

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

View File

@ -1,5 +1,5 @@
VERSION=0.8.4
VERSION=0.8.5-rc1
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.4-1.x86_64.rpm
env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.8.5-1.x86_64.rpm
clean:
cd vagrant-static && vagrant destroy -f