Skip to content

Commit

Permalink
release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Dec 1, 2019
1 parent 5ea43bd commit 78ff0cd
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


#### v1.3.1, 2019-11
#### v1.3.1, 2019-11-30

- suppress useless error messages

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gl(1) - group listing and group member listing

Version 1.3, September 2015
Version 1.3.1, November 2019

```
gl [-hV] [-nNpsv0] [GROUP]
Expand Down
2 changes: 1 addition & 1 deletion man/gl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GL "1" "September 2015" "gl 1.3" ""
.TH GL "1" "November 2019" "gl 1.3.1" ""

.SH NAME
gl \- group listing and group member listing
Expand Down
4 changes: 2 additions & 2 deletions src/aux.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2015 Maximilian L. Eul
/* Copyright (C) 2015,2019 Maximilian L. Eul
This file is part of gl.
gl is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -79,7 +79,7 @@ void show_program_help () { printf(

void show_program_version () { printf(
PROGNAME" v"VERSION"\n"
"Written by Maximilian Eul <maximilian@eul.cc>, September 2015.\n"
"Written by Maximilian Eul <maximilian@eul.cc>, November 2019.\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
"\n"
); }
Expand Down
2 changes: 1 addition & 1 deletion src/aux.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2015 Maximilian L. Eul
/* Copyright (C) 2015,2019 Maximilian L. Eul
This file is part of gl.
gl is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/gl.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2015 Maximilian L. Eul
/* Copyright (C) 2015,2019 Maximilian L. Eul
This file is part of gl.
gl is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/gl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2015 Maximilian L. Eul
/* Copyright (C) 2015,2019 Maximilian L. Eul
This file is part of gl.
gl is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -41,7 +41,7 @@ typedef struct options {


// Program info:
#define VERSION "1.3"
#define VERSION "1.3.1"
#ifndef PROGNAME
#define PROGNAME "gl"
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/group.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2015 Maximilian L. Eul
/* Copyright (C) 2015,2019 Maximilian L. Eul
This file is part of gl.
gl is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/group.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2015 Maximilian L. Eul
/* Copyright (C) 2015,2019 Maximilian L. Eul
This file is part of gl.
gl is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 78ff0cd

Please sign in to comment.