From 2b9222a4015a776297a9ed10ff9ae27199faf958 Mon Sep 17 00:00:00 2001 From: Kaarel Kaljurand Date: Fri, 20 Dec 2013 14:36:16 +0200 Subject: [PATCH] Update version number to 0.9.5 --- owl_to_ace.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owl_to_ace.pl b/owl_to_ace.pl index 44a5618..3108fb5 100644 --- a/owl_to_ace.pl +++ b/owl_to_ace.pl @@ -156,7 +156,7 @@ % show_help :- show_version, - write('Copyright 2008-2011 Kaarel Kaljurand \n'), + write('Copyright 2008-2013 Kaarel Kaljurand \n'), write('This program comes with ABSOLUTELY NO WARRANTY.\n'), write('This is free software, and you are welcome to redistribute it under certain conditions.\n'), write('Please visit http://code.google.com/p/owlverbalizer/ for details.\n'), @@ -173,7 +173,7 @@ % Prints the version information. % show_version :- - format("OWL verbalizer, ver ~w~n", ['0.9.4']). + format("OWL verbalizer, ver ~w~n", ['0.9.5']). %% get_arglist(-ArgList)