Skip to content

Commit

Permalink
[release] version bump to v0.8.4
Browse files Browse the repository at this point in the history
  Defect Number:
    Reviewed By:
   Testing Done:
  • Loading branch information
tstack committed Aug 27, 2018
1 parent d09e150 commit def35d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3],[lnav@googlegroups.com],[lnav],[http://lnav.org])
AC_INIT([lnav],[0.8.4],[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.3'
release = '0.8.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 5 additions & 5 deletions release/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=0.8.3
VERSION=0.8.4

SRC_VERSION=master

Expand All @@ -16,10 +16,10 @@ PACKAGE_URLS = \
https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz \
http://www.zlib.net/zlib-1.2.11.tar.gz \
http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz \
https://sqlite.org/2017/sqlite-autoconf-3210000.tar.gz \
https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz \
https://www.openssl.org/source/openssl-1.0.2n.tar.gz \
https://www.libssh2.org/download/libssh2-1.8.0.tar.gz \
https://curl.haxx.se/download/curl-7.57.0.tar.gz
https://curl.haxx.se/download/curl-7.61.0.tar.gz

.PHONY: linux freebsd pkger download-pkgs

Expand Down Expand Up @@ -51,7 +51,7 @@ osx-build:
rm -rf osx-build-dir
mkdir -p osx-build-dir
cd ../ && ./autogen.sh
cd osx-build-dir && ../../configure && make -j && make dist -j8 && make dist-bzip2
cd osx-build-dir && ../../configure --with-readline=/usr/local/opt/readline && make -j8 && make dist -j8 && make dist-bzip2

osx-package: clean-outbox osx-build
mkdir -p osx-pkg/lnav-${VERSION}
Expand All @@ -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.3-1.x86_64.rpm
env LANG=UTF-8 package_cloud push tstack/lnav/el/5 outbox/lnav-0.8.4-1.x86_64.rpm

clean:
cd vagrant-static && vagrant destroy -f
Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lnav
version: '0.8.3-git'
version: '0.8.4'
summary: Log file navigator
description: |
The log file navigator, lnav, is an enhanced log file viewer
Expand All @@ -21,7 +21,7 @@ parts:
lnav:
plugin: autotools
source: https://github.com/tstack/lnav.git
# source-tag: v0.8.3
source-tag: v0.8.4
build-packages:
- build-essential
- libpcre3-dev
Expand Down

0 comments on commit def35d1

Please sign in to comment.