From 740eebd013a1e6bb0332ce7dc35cc9748c820325 Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Fri, 16 Sep 2016 00:18:48 +0200 Subject: [PATCH] Bump S-nail v14.9.0-pre1 --- nail.1 | 6 +++--- nail.rc | 2 +- version.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nail.1 b/nail.1 index 9a8b36a1..89833b49 100644 --- a/nail.1 +++ b/nail.1 @@ -31,9 +31,9 @@ .\" SUCH DAMAGE. .\" .\"--MKREL-START-- -.\" S-nail(1): v14.8.10 / 2016-08-20 -.Dd Aug 20, 2016 -.ds VV \\%v14.8.10 +.\" S-nail(1): v14.9.0-pre1 / 2016-09-15 +.Dd Sep 15, 2016 +.ds VV \\%v14.9.0-pre1 .\"--MKREL-END-- .\"--MKMAN-START-- .ds UU \\%S-NAIL diff --git a/nail.rc b/nail.rc index 676660d9..ca406d4b 100644 --- a/nail.rc +++ b/nail.rc @@ -12,7 +12,7 @@ #@ - The number sign # is the comment-command and causes the (joined) line #@ (content) to be ignored. No other form of comments exist. #--MKREL-START-- -# S-nail(1): v14.8.10 / 2016-08-20 +# S-nail(1): v14.9.0-pre1 / 2016-09-15 #--MKREL-END-- ## The standard POSIX 2008/Cor 1-2013 mandates the following initial settings: diff --git a/version.h b/version.h index 256079c8..e5915e08 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ -#define VERSION "v14.8.10" +#define VERSION "v14.9.0-pre1" #define VERSION_MAJOR "14" -#define VERSION_MINOR "8" -#define VERSION_UPDATE "10" +#define VERSION_MINOR "9" +#define VERSION_UPDATE "0" -- 2.11.4.GIT