Skip to content

Commit

Permalink
Verify against xrefactory sources and bump version to 1.6.11
Browse files Browse the repository at this point in the history
Since c-xrefactory was a spin-off from xrefactory (non-open source)
1.6.9 and xrefactory, which somewhat still exists, are now at 1.6.10,
we needed to sync any bug fixes. There where none.

Now c-xrefactory is complete and can start its own journey.
  • Loading branch information
thoni56 committed Dec 30, 2016
1 parent 2d3df40 commit 16cb6a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion env/emacs/c-xrefprotocol.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defvar XREF_VERSION_NUMBER "1.6.8")
(defvar XREF_VERSION_NUMBER "1.6.11")
(defvar 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 @@ -20,7 +20,7 @@ static char s_javaClassPathStatic[MAX_OPTION_LEN];


static char *s_standardCOptions[] = {
"standardCOptions"
"standardCOptions",
"-set", "nl", "\n",
"-set", "dq", "\"",
"-set", "pc", "%",
Expand Down
4 changes: 2 additions & 2 deletions src/protocol.tc
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ PROTOCOL_ITEM(int, PPC_MAX_AVAILABLE_REFACTORINGS, 300)



COMMENT("following items are gong to be deleted, since 1.6.0")
COMMENT("The following items are going to be deleted, since 1.6.0")

PROTOCOL_ITEM(String, PPC_SET_PROJECT, "set-project")

COMMENT("Thre HAS to be an end of line at the end of the file")
COMMENT("There HAS to be an end of line at the end of the file")

0 comments on commit 16cb6a5

Please sign in to comment.