Skip to content

Commit

Permalink
2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Nov 29, 2017
1 parent 424fee1 commit 8ef7554
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.6) cmake_minimum_required(VERSION 2.8.6)
project(rtags) project(rtags)
set(RTAGS_VERSION_MAJOR 2) set(RTAGS_VERSION_MAJOR 2)
set(RTAGS_VERSION_MINOR 15) set(RTAGS_VERSION_MINOR 16)
set(RTAGS_VERSION_DATABASE 120) set(RTAGS_VERSION_DATABASE 120)
set(RTAGS_VERSION_SOURCES_FILE 13) set(RTAGS_VERSION_SOURCES_FILE 13)
set(RTAGS_VERSION ${RTAGS_VERSION_MAJOR}.${RTAGS_VERSION_MINOR}.${RTAGS_VERSION_DATABASE}) set(RTAGS_VERSION ${RTAGS_VERSION_MAJOR}.${RTAGS_VERSION_MINOR}.${RTAGS_VERSION_DATABASE})
Expand Down
4 changes: 2 additions & 2 deletions README.org
Expand Up @@ -191,11 +191,11 @@ sudo port install clang-3.5


You can also download the sources from here: You can also download the sources from here:


https://andersbakken.github.io/rtags-releases/rtags-2.15.tar.bz2 https://andersbakken.github.io/rtags-releases/rtags-2.16.tar.bz2


or or


https://andersbakken.github.io/rtags-releases/rtags-2.15.tar.gz https://andersbakken.github.io/rtags-releases/rtags-2.16.tar.gz


- Building RTags - Building RTags


Expand Down
2 changes: 1 addition & 1 deletion src/rtags.el
Expand Up @@ -71,7 +71,7 @@
;; Constants ;; Constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defconst rtags-protocol-version 124) (defconst rtags-protocol-version 124)
(defconst rtags-package-version "2.15") (defconst rtags-package-version "2.16")
(defconst rtags-popup-available (require 'popup nil t)) (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-supported-major-modes '(c-mode c++-mode objc-mode) "Major modes RTags supports.")
(defconst rtags-verbose-results-delimiter "------------------------------------------") (defconst rtags-verbose-results-delimiter "------------------------------------------")
Expand Down

0 comments on commit 8ef7554

Please sign in to comment.