Skip to content

Commit 8a93bbc

Browse files
committed
Prepare for a new release
1 parent 7375220 commit 8a93bbc

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Tue Jul 11 23:45:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
2+
Version 1.1.1
3+
4+
[ Daniel T. Borelli ]
5+
6+
* Update manpage and help.
7+
8+
[ Joao Eriberto Mota Filho ]
9+
10+
* New release.
11+
112
Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
213
Version 1.1
314

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to create configure.
22

3-
AC_INIT([scrot], [1.1], [https://github.com/resurrecting-open-source-projects/scrot/issues])
3+
AC_INIT([scrot], [1.1.1], [https://github.com/resurrecting-open-source-projects/scrot/issues])
44
AC_CONFIG_SRCDIR([src/main.c])
55
AM_INIT_AUTOMAKE
66
AC_CONFIG_HEADER([src/config.h])

man/create-man.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
TEST=$(txt2man -h 2> /dev/null)
99
[ "$TEST" ] || { echo -e "\nYou need to install txt2man, from https://github.com/mvertes/txt2man.\n"; exit 1; }
1010

11-
T2M_DATE="09 July 2019"
11+
T2M_DATE="11 July 2019"
1212
T2M_NAME=scrot
13-
T2M_VERSION=1.1
13+
T2M_VERSION=1.1.1
1414
T2M_LEVEL=1
1515
T2M_DESC="command line screen capture utility"
1616

man/scrot.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH scrot 1 "09 July 2019" "scrot-1.1" "command line screen capture utility"
2+
.TH scrot 1 "11 July 2019" "scrot-1.1.1" "command line screen capture utility"
33
.SH NAME
44
\fBscrot \fP- command line screen capture utility
55
\fB

0 commit comments

Comments
 (0)