From db1244c1c14514324474f362c857112e89bbf0c6 Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Mon, 31 Jul 2017 10:57:37 -0700 Subject: [PATCH] Oops --- README.org | 4 ++-- src/rtags.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 8e68492f1..1c895bffd 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/src/rtags.el b/src/rtags.el index 933ca3299..69b87747d 100644 --- a/src/rtags.el +++ b/src/rtags.el @@ -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 "------------------------------------------")