Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Jul 31, 2017
1 parent b6af06d commit db1244c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ sudo port install clang-3.5

You can also download the sources from here:

https://andersbakken.github.io/rtags-releases/rtags-2.11.tar.bz2
https://andersbakken.github.io/rtags-releases/rtags-2.12.tar.bz2

or

https://andersbakken.github.io/rtags-releases/rtags-2.11.tar.gz
https://andersbakken.github.io/rtags-releases/rtags-2.12.tar.gz

- Building RTags

Expand Down
2 changes: 1 addition & 1 deletion src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
;; Constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defconst rtags-protocol-version 124)
(defconst rtags-package-version "2.11")
(defconst rtags-package-version "2.12")
(defconst rtags-popup-available (require 'popup nil t))
(defconst rtags-supported-major-modes '(c-mode c++-mode objc-mode) "Major modes RTags supports.")
(defconst rtags-verbose-results-delimiter "------------------------------------------")
Expand Down

0 comments on commit db1244c

Please sign in to comment.