Rombobjörn

summaryrefslogtreecommitdiff
path: root/milter_api.adb
diff options
context:
space:
mode:
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