Skip to content

Commit

Permalink
Update link and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 5, 2025
1 parent 6377c46 commit 6dad4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BIBREF_VERSION "2025Jan01"
#define BIBREF_VERSION "2025Jan04"

#include <iostream>
#include <sstream>
Expand Down Expand Up @@ -261,7 +261,7 @@ string getHelp(const string &key)
"* `help` *command*: Show some hints on usage of *command*, or get general help if no "
"parameter is given.",
#ifdef WITH_PBRST
"* `statement` ...: Analyze the given statement, see https://matek.hu/zoltan/blog-20240805.php "
"* `statement` ...: Analyze the given statement, see https://matek.hu/zoltan/blog-20250102.php "
"for some explanations.",
#endif
"* `quit`: Exit program."};
Expand Down

0 comments on commit 6dad4f6

Please sign in to comment.