From 282a8bb8b76e2a10b1b3cb05841e8fa28d08c208 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Thu, 7 Nov 2013 09:25:57 +0100 Subject: Updated version number and copyright year. --- README | 2 +- build_milter_api.gpr.gp | 2 +- milter_api-set_reply.adb | 2 +- milter_api.adb | 4 ++-- milter_api.ads | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 3300817..c0a4083 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Compatibility - Version 2.1.1 of the Milter API is intended to match version 1.0.1 of + Version 2.1.2 of the Milter API is intended to match version 1.0.1 of Libmilter, and provides all of the features in that version of Libmilter. This version of the Milter API has been used successfully with Postfix 2.7.1. diff --git a/build_milter_api.gpr.gp b/build_milter_api.gpr.gp index 106e0ab..b8b2e33 100644 --- a/build_milter_api.gpr.gp +++ b/build_milter_api.gpr.gp @@ -11,7 +11,7 @@ with "system_log.gpr"; library project Build_Milter_API is - Version := "2.1.1"; + Version := "2.1.2"; #if Wrap_Threads then Wrap_Flag := "-w"; diff --git a/milter_api-set_reply.adb b/milter_api-set_reply.adb index 774488a..9847d97 100644 --- a/milter_api-set_reply.adb +++ b/milter_api-set_reply.adb @@ -1,5 +1,5 @@ -- Ada Milter API, a binding to Libmilter, the Sendmail mail filtering API --- Copyright 2009 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2009 - 2013 B. Persson, Bjorn@Rombobeorn.se -- -- This library is free software: you can redistribute it and/or modify it -- under the terms of the GNU General Public License version 3, as published diff --git a/milter_api.adb b/milter_api.adb index 1298aab..329f4d4 100644 --- a/milter_api.adb +++ b/milter_api.adb @@ -1,5 +1,5 @@ -- Ada Milter API, a binding to Libmilter, the Sendmail mail filtering API --- Copyright 2009 - 2012 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2009 - 2013 B. Persson, Bjorn@Rombobeorn.se -- -- This library is free software: you can redistribute it and/or modify it -- under the terms of the GNU General Public License version 3, as published @@ -17,7 +17,7 @@ package body Milter_API is use Interfaces; - Version : constant Binding_Version_Type := (2, 1, 1); + Version : constant Binding_Version_Type := (2, 1, 2); function Binding_Version return Binding_Version_Type is begin diff --git a/milter_api.ads b/milter_api.ads index d8ced57..57ed730 100644 --- a/milter_api.ads +++ b/milter_api.ads @@ -1,5 +1,5 @@ -- Ada Milter API, a binding to Libmilter, the Sendmail mail filtering API --- Copyright 2009 - 2012 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2009 - 2013 B. Persson, Bjorn@Rombobeorn.se -- -- This library is free software: you can redistribute it and/or modify it -- under the terms of the GNU General Public License version 3, as published -- cgit v1.2.3