Skip to content

Commit

Permalink
Version v0.11-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
xaizek committed Sep 9, 2020
1 parent 9f87aef commit e59f271
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ addons:
coverity_scan:
project:
name: vifm/vifm
version: 0.10.1+
version: 0.11-beta+
description: "TUI file manager with vi like key bindings."
notification_email: xaizek@posteo.net
build_command_prepend: scripts/fix-timestamps fast && ./configure --disable-dependency-tracking
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
0.10.1 to current
0.10.1 to 0.11-beta (2020-09-10)

Added :VifmCs command to the plugin for "converting" Vim's color scheme
into a Vifm's one. Patch by Roman Plášil (a.k.a. Quiark).
Expand Down
4 changes: 2 additions & 2 deletions NEWS
@@ -1,5 +1,5 @@
September 9, 2020
=================
September 10, 2020
==================

Vifm v0.11 beta
---------------
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,9 +1,9 @@
Vifm - vi[m] like file manager
2001 - 2020

Version: 0.10.1
Version: 0.11-beta

This file last updated: 23 August, 2020
This file last updated: 10 September, 2020

Brief Description

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,9 +2,9 @@
|------------|------------|------------|------------|------------|
|[![][TT]][T]|[![][AA]][A]|[![][FF]][F]|[![][CC]][C]|[![][UU]][U]|

### **vifm** - vi[m] like file manager, _v0.10.1_, _2001 – 2020_
### **vifm** - vi[m] like file manager, _v0.11-beta_, _2001 – 2020_

_This file last updated on 23 August, 2020_
_This file last updated on 10 September, 2020_

## Brief Description ##

Expand Down
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for vifm 0.10.1.
# Generated by GNU Autoconf 2.69 for vifm 0.11-beta.
#
# Report bugs to <xaizek@posteo.net>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='vifm'
PACKAGE_TARNAME='vifm'
PACKAGE_VERSION='0.10.1'
PACKAGE_STRING='vifm 0.10.1'
PACKAGE_VERSION='0.11-beta'
PACKAGE_STRING='vifm 0.11-beta'
PACKAGE_BUGREPORT='xaizek@posteo.net'
PACKAGE_URL='https://vifm.info'

Expand Down Expand Up @@ -1301,7 +1301,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures vifm 0.10.1 to adapt to many kinds of systems.
\`configure' configures vifm 0.11-beta to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1371,7 +1371,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of vifm 0.10.1:";;
short | recursive ) echo "Configuration of vifm 0.11-beta:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1495,7 +1495,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
vifm configure 0.10.1
vifm configure 0.11-beta
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2021,7 +2021,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by vifm $as_me 0.10.1, which was
It was created by vifm $as_me 0.11-beta, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2886,7 +2886,7 @@ fi
# Define the identity of the package.
PACKAGE='vifm'
VERSION='0.10.1'
VERSION='0.11-beta'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -10414,7 +10414,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by vifm $as_me 0.10.1, which was
This file was extended by vifm $as_me 0.11-beta, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -10481,7 +10481,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
vifm config.status 0.10.1
vifm config.status 0.11-beta
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(vifm, 0.10.1, xaizek@posteo.net, vifm, https://vifm.info)
AC_INIT(vifm, 0.11-beta, xaizek@posteo.net, vifm, https://vifm.info)
AC_CONFIG_SRCDIR(src/vifm.c)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(build-aux/m4)
Expand Down
2 changes: 1 addition & 1 deletion data/man/vifm-convert-dircolors.1
@@ -1,4 +1,4 @@
.TH VIFM\-CONVERT\-DIRCOLORS 1 "July 29, 2019" "vifm 0.10.1"
.TH VIFM\-CONVERT\-DIRCOLORS 1 "September 10, 2020" "vifm 0.11-beta"
.\" ---------------------------------------------------------------------------
.SH "NAME"
.\" ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion data/man/vifm-pause.1
@@ -1,4 +1,4 @@
.TH "VIFM-PAUSE" "1" "July 29, 2019" "vifm 0.10.1"
.TH "VIFM-PAUSE" "1" "September 10, 2020" "vifm 0.11-beta"
.\" ---------------------------------------------------------------------------
.SH "NAME"
.\" ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion data/man/vifm-screen-split.1
@@ -1,4 +1,4 @@
.TH "VIFM-SCREEN-SPLIT" "1" "July 29, 2019" "vifm 0.10.1"
.TH "VIFM-SCREEN-SPLIT" "1" "September 10, 2020" "vifm 0.11-beta"
.\" ---------------------------------------------------------------------------
.SH "NAME"
.\" ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion data/man/vifm.1
@@ -1,4 +1,4 @@
.TH VIFM 1 "September 6, 2020" "vifm 0.10.1"
.TH VIFM 1 "September 10, 2020" "vifm 0.11-beta"
.\" ---------------------------------------------------------------------------
.SH NAME
.\" ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion data/vim/doc/app/vifm-app.txt
@@ -1,4 +1,4 @@
*vifm-app.txt* For Vifm version 0.10.1 Last change: 2020 September 6
*vifm-app.txt* For Vifm version 0.11-beta Last change: 2020 Sep 10

Email for bugs and suggestions: <xaizek@posteo.net>

Expand Down
2 changes: 1 addition & 1 deletion data/vim/doc/plugin/vifm-plugin.txt
@@ -1,4 +1,4 @@
*vifm-plugin.txt* For Vifm version 0.10.1 Last change: 2020 Sep 7
*vifm-plugin.txt* For Vifm version 0.11-beta Last change: 2020 Sep 10

Email for bugs and suggestions: <xaizek@posteo.net>

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.win
Expand Up @@ -126,7 +126,7 @@ vifmres.o: vifm.res
../build-aux/config.h:
@echo Creating sample $@
mkdir -p ../build-aux
echo '#define VERSION "0.10.1"' > $@; \
echo '#define VERSION "0.11-beta"' > $@; \
echo '#define ENABLE_EXTENDED_KEYS' >> $@; \
echo '#define _GNU_SOURCE 1' >> $@; \
echo '#define PACKAGE_SYSCONF_DIR ""' >> $@; \
Expand Down

0 comments on commit e59f271

Please sign in to comment.