List:Commits« Previous MessageNext Message »
From:Timothy Smith Date:January 22 2009 7:54pm
Subject:bzr commit into mysql-5.0-bugteam branch (timothy.smith:2731)
View as plain text  
#At file:///data0/tsmith/bzr/50/ based on revid:joerg@stripped

 2731 Timothy Smith	2009-01-22
      Because the mysql-5.0-community branch will have a new release with version 
      5.0.77, the next Enterprise release will be 5.0.78.  Raise the version
      number accordingly.
      
      FYI, in case anyone gets here looking for extra info:  5.0.77 Community will
      be based on MySQL 5.0.76, and include the additional community code which has
      been included in previous Community binaries.
      
      This may cause some extra work for the Documentation team, because any bugs
      that have been fixed between the 5.0.76 clone-off and now are mentioned as
      "fixed in 5.0.77", but in fact will be fixed in 5.0.78.  I believe that is
      the following 3 bugs: 41437, 38833, 41470.
modified:
  configure.in

=== modified file 'configure.in'
--- a/configure.in	2009-01-15 11:08:09 +0000
+++ b/configure.in	2009-01-22 19:43:12 +0000
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
 AC_CANONICAL_SYSTEM
 # The Docs Makefile.am parses this line!
 # remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 5.0.77)
+AM_INIT_AUTOMAKE(mysql, 5.0.78)
 AM_CONFIG_HEADER([include/config.h:config.h.in])
 
 PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_M
 # ndb version
 NDB_VERSION_MAJOR=5
 NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=77
+NDB_VERSION_BUILD=78
 NDB_VERSION_STATUS=""
 
 # Set all version vars based on $VERSION. How do we do this more elegant ?

Thread
bzr commit into mysql-5.0-bugteam branch (timothy.smith:2731) Timothy Smith22 Jan