Rombobjörn

summaryrefslogtreecommitdiff
path: root/milter_api.adb
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-11-07 09:25:57 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-11-07 09:25:57 +0100
commit282a8bb8b76e2a10b1b3cb05841e8fa28d08c208 (patch)
tree3ab21bb7096ec74a6d9d66c05ff49adb542e623e /milter_api.adb
parent44a235c8124322d52d826a62eeff2e246f2bf9da (diff)
Updated version number and copyright year.version_2.1.2
Diffstat (limited to 'milter_api.adb')
-rw-r--r--milter_api.adb4
1 files changed, 2 insertions, 2 deletions
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