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. --- milter_api.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'milter_api.adb') 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 -- cgit v1.2.3