File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
12
Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
2
13
Version 1.1
3
14
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to create configure.
2
2
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] )
4
4
AC_CONFIG_SRCDIR ( [ src/main.c] )
5
5
AM_INIT_AUTOMAKE
6
6
AC_CONFIG_HEADER([ src/config.h] )
Original file line number Diff line number Diff line change 8
8
TEST=$( txt2man -h 2> /dev/null)
9
9
[ " $TEST " ] || { echo -e " \nYou need to install txt2man, from https://github.com/mvertes/txt2man.\n" ; exit 1; }
10
10
11
- T2M_DATE=" 09 July 2019"
11
+ T2M_DATE=" 11 July 2019"
12
12
T2M_NAME=scrot
13
- T2M_VERSION=1.1
13
+ T2M_VERSION=1.1.1
14
14
T2M_LEVEL=1
15
15
T2M_DESC=" command line screen capture utility"
16
16
Original file line number Diff line number Diff line change 1
1
.\" 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"
3
3
.SH NAME
4
4
\fB scrot \fP - command line screen capture utility
5
5
\fB
You can’t perform that action at this time.
0 commit comments