Skip to content

Commit

Permalink
Bump version to 2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Jun 21, 2019
1 parent 87b8470 commit a5fa095
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.6)
project(rtags)
set(RTAGS_VERSION_MAJOR 2)
set(RTAGS_VERSION_MINOR 32)
set(RTAGS_VERSION_MINOR 33)
set(RTAGS_VERSION_DATABASE 128)
set(RTAGS_VERSION_SOURCES_FILE 15)
set(RTAGS_VERSION ${RTAGS_VERSION_MAJOR}.${RTAGS_VERSION_MINOR}.${RTAGS_VERSION_DATABASE})
Expand Down
4 changes: 2 additions & 2 deletions man/man7/rc.7
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RC "7" "June 2019" "rc 2.32.128" "User Commands"
.TH RC "7" "June 2019" "rc 2.33.128" "User Commands"
.SH NAME
rc \- manual page for rc 2.32.128
rc \- manual page for rc 2.33.128
.SH SYNOPSIS
rc [OPTION]...
.SH DESCRIPTION
Expand Down
8 changes: 4 additions & 4 deletions man/man7/rdm.7
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RDM "7" "June 2019" "rdm 2.32.128" "User Commands"
.TH RDM "7" "June 2019" "rdm 2.33.128" "User Commands"
.SH NAME
rdm \- manual page for rdm 2.32.128
rdm \- manual page for rdm 2.33.128
.SH SYNOPSIS
rdm [OPTION]...
.SH DESCRIPTION
Expand Down Expand Up @@ -182,8 +182,8 @@ Log more info about completions.
\fB\-\-completion\-diagnostics\fR [optional]
Send diagnostics from completion thread.
.TP
\fB\-\-rp\-daemon\fR [optional]
Keep rp's alive as daemons and cache the last tu. Default to true
\fB\-\-rp\-daemon\fR [arg]
Keep this many rp daemons alive and cache the last tu. Default to 1
.TP
\fB\-\-max\-include\-completion\-depth\fR [arg]
Max recursion depth for header completion (default 3).
Expand Down
4 changes: 2 additions & 2 deletions src/rtags.el
Expand Up @@ -5,7 +5,7 @@
;; Author: Jan Erik Hanssen <jhanssen@gmail.com>
;; Anders Bakken <agbakken@gmail.com>
;; URL: http://rtags.net
;; Version: 2.32.128
;; Version: 2.33.128

;; This file is not part of GNU Emacs.

Expand Down Expand Up @@ -74,7 +74,7 @@
;; Constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defconst rtags-protocol-version 128)
(defconst rtags-package-version "2.32")
(defconst rtags-package-version "2.33")
(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 a5fa095

Please sign in to comment.