Skip to content

Commit

Permalink
Prepare for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Jul 12, 2019
1 parent 7375220 commit 8a93bbc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Tue Jul 11 23:45:00 -03:00 2019 Joao Eriberto Mota Filho <[email protected]>
Version 1.1.1

[ Daniel T. Borelli ]

* Update manpage and help.

[ Joao Eriberto Mota Filho ]

* New release.

Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho <[email protected]>
Version 1.1

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.

AC_INIT([scrot], [1.1], [https://github.com/resurrecting-open-source-projects/scrot/issues])
AC_INIT([scrot], [1.1.1], [https://github.com/resurrecting-open-source-projects/scrot/issues])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([src/config.h])
Expand Down
4 changes: 2 additions & 2 deletions man/create-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
TEST=$(txt2man -h 2> /dev/null)
[ "$TEST" ] || { echo -e "\nYou need to install txt2man, from https://github.com/mvertes/txt2man.\n"; exit 1; }

T2M_DATE="09 July 2019"
T2M_DATE="11 July 2019"
T2M_NAME=scrot
T2M_VERSION=1.1
T2M_VERSION=1.1.1
T2M_LEVEL=1
T2M_DESC="command line screen capture utility"

Expand Down
2 changes: 1 addition & 1 deletion man/scrot.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH scrot 1 "09 July 2019" "scrot-1.1" "command line screen capture utility"
.TH scrot 1 "11 July 2019" "scrot-1.1.1" "command line screen capture utility"
.SH NAME
\fBscrot \fP- command line screen capture utility
\fB
Expand Down

0 comments on commit 8a93bbc

Please sign in to comment.