Skip to content

Commit

Permalink
getting ready for 2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Sep 9, 2009
1 parent dfcc890 commit 128ed0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cyrus/Makefile.in
Expand Up @@ -40,7 +40,7 @@
# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# $Id: Makefile.in,v 1.104 2009/09/04 20:58:30 murch Exp $
# $Id: Makefile.in,v 1.105 2009/09/09 12:35:48 murch Exp $

SUBDIRS = man @PRE_SUBDIRS@ lib @SIEVE_SUBDIRS@ @SERVER_SUBDIRS@ \
imtest @SNMP_SUBDIRS@ @EXTRA_SUBDIRS@
Expand All @@ -64,7 +64,7 @@ YACC = @YACC@
LEX = @LEX@
COMPILE_ET = @COMPILE_ET@

VERSION = 2.3.15rc1
VERSION = 2.3.15

all::
@for d in $(SUBDIRS); \
Expand Down
4 changes: 2 additions & 2 deletions cyrus/imap/version.h
Expand Up @@ -39,10 +39,10 @@
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $Id: version.h,v 1.161 2009/09/04 20:58:30 murch Exp $
* $Id: version.h,v 1.162 2009/09/09 12:35:48 murch Exp $
*/

#define _CYRUS_VERSION "v2.3.15rc1"
#define _CYRUS_VERSION "v2.3.15"

/* EXTRA_IDENT is a hack to add some version information for which compile
* was used to build this version (at CMU, but we don't care what you do with
Expand Down

0 comments on commit 128ed0b

Please sign in to comment.