bump version to 0.3 - hurl - Gopher/HTTP/HTTPS file grabber | |
git clone git://git.codemadness.org/hurl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ea0fa924213696c5be26a10a20044c23ed83de9e | |
parent d2bfb47ec398e41583709aa27696c12d7b6f71ba | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 1 Mar 2020 12:59:12 +0100 | |
bump version to 0.3 | |
and: | |
- bump LICENSE year. | |
- remove comment in Makefile. | |
Diffstat: | |
M LICENSE | 2 +- | |
M Makefile | 4 +--- | |
2 files changed, 2 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,6 +1,6 @@ | |
ISC License | |
-Copyright (c) 2018-2019 Hiltjo Posthuma <[email protected]> | |
+Copyright (c) 2018-2020 Hiltjo Posthuma <[email protected]> | |
Permission to use, copy, modify, and/or distribute this software for any | |
purpose with or without fee is hereby granted, provided that the above | |
diff --git a/Makefile b/Makefile | |
@@ -1,9 +1,7 @@ | |
-# hurl - a tiny client for various protocols | |
-# See LICENSE file for copyright and license details. | |
.POSIX: | |
NAME = hurl | |
-VERSION = 0.2 | |
+VERSION = 0.3 | |
PREFIX = /usr/local | |
BINDIR = ${PREFIX}/bin |