Skip to content

Commit

Permalink
[version] Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Jul 9, 2022
1 parent 8dbe9a4 commit 3a78481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion editors/emacs/c-xrefprotocol.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



(defvar C_XREF_VERSION_NUMBER "1.6.17")
(defvar C_XREF_VERSION_NUMBER "1.6.18")
(defvar C_XREF_FILE_VERSION_NUMBER "1.6.0")

(defvar PPC_NO_TAG "-- no tag --")
Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ static bool isAbsolutePath(char *p) {
static void usage() {
fprintf(stdout, "c-xref - a C/Yacc/Java cross-referencer and refactoring tool\n\n");
#if 0
fprintf(stdout, "Usage:\n\t\tc-xref <mode> <option>+ <input files>\n\n");
fprintf(stdout, "Usage:\n\tc-xref <mode> <option>+ <input files>\n\n");
fprintf(stdout, "mode (one of):\n");
fprintf(stdout, "\t-xref - generate cross-reference data in batch mode\n");
fprintf(stdout, "\t-server - enter edit server mode with c-xref protocol\n");
Expand Down
2 changes: 1 addition & 1 deletion src/protocol.tc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROTOCOL_ITEM(String, C_XREF_VERSION_NUMBER, "1.6.17")
PROTOCOL_ITEM(String, C_XREF_VERSION_NUMBER, "1.6.18")
PROTOCOL_ITEM(String, C_XREF_FILE_VERSION_NUMBER, "1.6.0")

PROTOCOL_ITEM(String, PPC_NO_TAG, "-- no tag --")
Expand Down

0 comments on commit 3a78481

Please sign in to comment.