We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea136cc commit 287830aCopy full SHA for 287830a
src/rtags.el
@@ -64,7 +64,7 @@
64
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
65
;; Constants
66
67
-(defconst rtags-protocol-version 129)
+(defconst rtags-protocol-version 128)
68
(defconst rtags-package-version "2.37")
69
(defconst rtags-popup-available (require 'popup nil t))
70
(defconst rtags-supported-major-modes '(c-mode c++-mode objc-mode) "Major modes RTags supports.")
0 commit comments