From 33be37abd133bfc08b3b45d4421d2d54638bbc90 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Tue, 14 Apr 2015 14:48:56 -0400 Subject: [PATCH] daemon: bump to 2.1.1 Refs #70831 Change-Id: Ib6fce5c4b296c5c5c0e8881078d84b6445ac0307 --- configure.ac | 2 +- doc/doxygen/core-doc.cfg.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4ec4867309..fb9046e6a3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Ring - configure.ac for automake 1.9 and autoconf 2.59 dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([Ring],[2.1.0],[ring@lists.savoirfairelinux.net],[ring]) +AC_INIT([Ring],[2.1.1],[ring@lists.savoirfairelinux.net],[ring]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2015]]) AC_REVISION([$Revision$]) diff --git a/doc/doxygen/core-doc.cfg.in b/doc/doxygen/core-doc.cfg.in index a54b7493ff..c075dfbb5a 100644 --- a/doc/doxygen/core-doc.cfg.in +++ b/doc/doxygen/core-doc.cfg.in @@ -31,7 +31,7 @@ PROJECT_NAME = "Ring Daemon" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.1.0 +PROJECT_NUMBER = 2.1.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer -- GitLab