Skip to content

Commit

Permalink
ready for 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 21, 2008
1 parent b549635 commit 00ed51c
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
Original file line number Diff line number Diff line change
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.96 2008/04/15 18:18:33 murch Exp $
# $Id: Makefile.in,v 1.97 2008/04/21 11:17:21 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.12rc2
VERSION = 2.3.12

all::
@for d in $(SUBDIRS); \
Expand Down
4 changes: 2 additions & 2 deletions cyrus/imap/version.h
Original file line number Diff line number Diff line change
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.153 2008/04/15 18:18:34 murch Exp $
* $Id: version.h,v 1.154 2008/04/21 11:17:22 murch Exp $
*/

#define _CYRUS_VERSION "v2.3.12rc2"
#define _CYRUS_VERSION "v2.3.12"

/* 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 00ed51c

Please sign in to comment.