Skip to content

Commit

Permalink
Update version number to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaljurand committed Dec 20, 2013
1 parent db473a1 commit 2b9222a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owl_to_ace.pl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
%
show_help :-
show_version,
write('Copyright 2008-2011 Kaarel Kaljurand <kaljurand@gmail.com>\n'),
write('Copyright 2008-2013 Kaarel Kaljurand <kaljurand@gmail.com>\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'),
Expand All @@ -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)
Expand Down

0 comments on commit 2b9222a

Please sign in to comment.