-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,7 +156,7 @@ | |
% | ||
show_help :- | ||
show_version, | ||
write('Copyright 2008-2011 Kaarel Kaljurand <[email protected]>\n'), | ||
write('Copyright 2008-2013 Kaarel Kaljurand <[email protected]>\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) | ||
|