-
Notifications
You must be signed in to change notification settings - Fork 137
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
1 parent
5f9c8c1
commit 7f5ab1d
Showing
4 changed files
with
40 additions
and
21 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
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
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
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ namespace torali | |
std::cout << "certain conditions (GPL); for license details use '-l'." << std::endl; | ||
std::cout << "This program comes with ABSOLUTELY NO WARRANTY; for details use '-w'." << std::endl; | ||
std::cout << std::endl; | ||
std::cout << title << " (Version: 0.3.1)" << std::endl; | ||
std::cout << title << " (Version: 0.3.2)" << std::endl; | ||
std::cout << "Contact: Tobias Rausch ([email protected])" << std::endl; | ||
std::cout << "**********************************************************************" << std::endl; | ||
std::cout << std::endl; | ||
|