Skip to content

Commit

Permalink
ready for 2.3.12p1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 24, 2008
1 parent 5a01644 commit 98bb8bb
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.97 2008/04/21 11:17:21 murch Exp $
# $Id: Makefile.in,v 1.97.2.1 2008/04/24 13:38:25 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.12
VERSION = 2.3.12p1

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.154 2008/04/21 11:17:22 murch Exp $
* $Id: version.h,v 1.154.2.1 2008/04/24 13:38:26 murch Exp $
*/

#define _CYRUS_VERSION "v2.3.12"
#define _CYRUS_VERSION "v2.3.12p1"

/* 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 98bb8bb

Please sign in to comment.