Skip to content

Commit 287830a

Browse files
committed
Update protocol version
1 parent ea136cc commit 287830a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtags.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6565
;; Constants
6666
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67-
(defconst rtags-protocol-version 129)
67+
(defconst rtags-protocol-version 128)
6868
(defconst rtags-package-version "2.37")
6969
(defconst rtags-popup-available (require 'popup nil t))
7070
(defconst rtags-supported-major-modes '(c-mode c++-mode objc-mode) "Major modes RTags supports.")

0 commit comments

Comments
 (0)