Skip to content

Commit

Permalink
Bump version to 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Mar 5, 2019
1 parent af67d33 commit c4dea89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.6)
project(rtags)
set(RTAGS_VERSION_MAJOR 2)
set(RTAGS_VERSION_MINOR 21)
set(RTAGS_VERSION_MINOR 22)
set(RTAGS_VERSION_DATABASE 126)
set(RTAGS_VERSION_SOURCES_FILE 14)
set(RTAGS_VERSION ${RTAGS_VERSION_MAJOR}.${RTAGS_VERSION_MINOR}.${RTAGS_VERSION_DATABASE})
Expand Down
7 changes: 5 additions & 2 deletions man/man7/rc.7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RC "7" "December 2018" "rc 2.21.126" "User Commands"
.TH RC "7" "March 2019" "rc 2.22.126" "User Commands"
.SH NAME
rc \- manual page for rc 2.21.126
rc \- manual page for rc 2.22.126
.SH SYNOPSIS
rc [OPTION]...
.SH DESCRIPTION
Expand Down Expand Up @@ -106,6 +106,9 @@ Check if rtags has info about files in this directory.
\fB\-\-preprocess\fR|\-E [arg]
Preprocess file.
.TP
\fB\-\-asm\fR [arg]
Assemble file.
.TP
\fB\-\-reindex\fR|\-V [optional]
Reindex all files or all files matching pattern.
.TP
Expand Down
6 changes: 3 additions & 3 deletions man/man7/rdm.7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RDM "7" "December 2018" "rdm 2.21.126" "User Commands"
.TH RDM "7" "March 2019" "rdm 2.22.126" "User Commands"
.SH NAME
rdm \- manual page for rdm 2.21.126
rdm \- manual page for rdm 2.22.126
.SH SYNOPSIS
rdm [OPTION]...
.SH DESCRIPTION
Expand Down Expand Up @@ -179,7 +179,7 @@ Don't filter private members and destructors from completions.
\fB\-\-completion\-logs\fR
Log more info about completions.
.TP
\fB\-\-completion\-diagnostics\fR
\fB\-\-completion\-diagnostics\fR [optional]
Send diagnostics from completion thread.
.TP
\fB\-\-max\-include\-completion\-depth\fR [arg]
Expand Down
4 changes: 2 additions & 2 deletions src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Jan Erik Hanssen <[email protected]>
;; Anders Bakken <[email protected]>
;; URL: http://rtags.net
;; Version: 2.21
;; Version: 2.22

;; 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.21")
(defconst rtags-package-version "2.22")
(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 c4dea89

Please sign in to comment.