Skip to content

Commit

Permalink
Fix protocol version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Mar 13, 2019
1 parent b643fd0 commit 0d8d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defconst rtags-protocol-version 128)
(defconst rtags-protocol-version 126)
(defconst rtags-package-version "2.31")
(defconst rtags-popup-available (require 'popup nil t))
(defconst rtags-supported-major-modes '(c-mode c++-mode objc-mode) "Major modes RTags supports.")
Expand Down

0 comments on commit 0d8d300

Please sign in to comment.