Skip to content

Commit

Permalink
bump version to v0.8.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Mar 16, 2019
1 parent 78d80fd commit c4b950e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# 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.
Expand Down
4 changes: 2 additions & 2 deletions release/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=0.8.4
VERSION=0.8.5-rc1

SRC_VERSION=master

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c4b950e

Please sign in to comment.