Skip to content

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pgengler committed Jul 2, 2015
1 parent eb8e8ab commit 5d4cdf9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.8
-----
* Incorporate various upstream fixes/changes from 'nano'

0.0.7
-----
* Underscores are considered part of words when moving forward/backward by words
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with pinot; if not, write to the Free Software Foundation, Inc.,
## 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
AC_INIT([pinot], [0.0.7], [[email protected]], [pinot])
AC_INIT([pinot], [0.0.8], [[email protected]], [pinot])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/pinot.cpp])
AC_CANONICAL_TARGET
Expand Down
2 changes: 1 addition & 1 deletion doc/man/pinot.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.\" <http://www.gnu.org/licenses/>.
.\"
.\" $Id: nano.1 4502 2010-04-14 21:55:39Z astyanax $
.TH PINOT 1 "version 0.0.7" "August 3, 2014"
.TH PINOT 1 "version 0.0.8" "July 2, 2015"
.\" Please adjust this date whenever revising the manpage.
.\"

Expand Down
2 changes: 1 addition & 1 deletion doc/man/pinotrc.5
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.\" <http://www.gnu.org/licenses/>.
.\"
.\" $Id: pinotrc.5 4533 2011-02-24 02:14:30Z astyanax $
.TH PINOTRC 5 "version 0.0.7" "August 3, 2014"
.TH PINOTRC 5 "version 0.0.8" "July 2, 2015"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
Expand Down
6 changes: 3 additions & 3 deletions doc/texinfo/pinot.texi
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

@smallbook
@set EDITION 0.2
@set VERSION 0.0.7
@set UPDATED 11 August 2014
@set VERSION 0.0.8
@set UPDATED 2 July 2015

@dircategory Editors
@direntry
Expand All @@ -21,7 +21,7 @@
@titlepage
@title @code{pinot}
@subtitle a small and friendly text editor.
@subtitle version 0.0.7
@subtitle version 0.0.8

@author Phil Gengler
@page
Expand Down

0 comments on commit 5d4cdf9

Please sign in to comment.