Commit graph

36 commits

Author SHA1 Message Date
balasubramanian.kandasamy@oracle.com
5275fe0f02 Raise version number after cloning 5.5.41 2014-11-03 15:24:12 +01:00
murthy.narkedimilli@oracle.com
97beafc532 Raise version number after cloning 5.5.40 2014-08-25 13:04:23 +02:00
murthy.narkedimilli@oracle.com
edc029442c Raise version number after cloning 5.5.39 2014-07-01 08:31:52 +02:00
murthy.narkedimilli@oracle.com
a195cedcec Raise version number after cloning 5.5.38 2014-05-05 12:15:12 +02:00
Bjorn Munch
6ea324b700 Raise version number after cloning 5.5.37 2014-03-03 15:10:30 +01:00
laasya.moduludu@oracle.com
8e9bb710ba Raise version number after cloning 5.5.36 2014-01-06 11:43:05 +01:00
Murthy Narkedimilli
98beacfd10 Cloning the branch and raising the version number for 5.5.35 build 2013-11-04 11:56:38 +01:00
balasubramanian.kandasamy@oracle.com
48d942e273 Raise version number after cloning 5.5.34 2013-08-27 09:08:49 +02:00
hery.ramilison@oracle.com
44fb161490 Raise version number after cloning 5.5.33 2013-07-08 19:41:40 +02:00
balasubramanian.kandasamy@oracle.com
4dcd8b961e Raise version number after cloning 5.5.32 2013-05-06 09:51:25 +02:00
ramesh.maddali@oracle.com
856a588410 Raise version number after cloning 5.5.31 2013-03-05 12:19:07 +01:00
Sunanda Menon
b09e6e407a Raise version number after cloning 5.5.30 2013-01-08 07:28:41 +01:00
hery.ramilison@oracle.com
76cb5677ab Raise version number after cloning 5.5.29 2012-11-03 05:06:09 +01:00
hery.ramilison@oracle.com
3a88a768df Raise version number after cloning 5.5.28 2012-08-24 19:49:47 +02:00
hery.ramilison@oracle.com
e7dd7ac58b Raise version number after cloning 5.5.27 2012-07-11 18:51:07 +02:00
Sunanda Menon
36b2d459ba Raising the VERSION number after 5.5.26 clone-off 2012-06-15 10:34:18 +02:00
Joerg Bruehe
0fbc7353ab Raise version after cloning 5.5.25 2012-05-14 15:15:13 +02:00
Joerg Bruehe
5bfa33da6e Raise version number after cloning for the 5.5.24 build. 2012-04-16 12:36:21 +02:00
Hery Ramilison
3865ce52e9 Starting 5.5.23 build 2012-03-29 20:29:14 +02:00
Hery Ramilison
a7b4360086 cloning 5.5.22 2012-02-20 16:56:59 +01:00
hery.ramilison@oracle
47365d4045 starting 5.5.21 build 2012-01-30 18:33:55 +01:00
Joerg Bruehe
3116542403 Raise version number after cloning 5.5.20 2011-12-16 19:41:35 +01:00
Build Team
a8a66874f5 Bumped version number to 5.5.20 2011-11-23 12:33:59 +01:00
Hery Ramilison
a14f83c386 cloning 5.5.18 off 2011-10-26 20:44:18 +02:00
Joerg Bruehe
23dbea0f3f Raising the version after cloning for the 5.5.17 build. 2011-09-27 19:21:40 +02:00
Georgi Kodinov
dbf6c934df merged the version bump. bumped the 5.5 version to 5.5.17 2011-08-12 14:25:36 +03:00
MySQL Release Engineering
ae2db9b970 build 5.5.15 2011-07-13 19:35:34 +02:00
Sunanda Menon
7e39ef17ae increased the version number to .15 2011-06-10 10:38:27 +02:00
MySQL Build Team
33b015f30b changed the VERSION tag to 14 2011-05-13 07:00:09 +02:00
MySQL Build Team
94f424652c Cloning of the 5.5.13 release from Mysql-5.5,
increase the version number by two
2011-05-11 13:40:29 +02:00
Alexander Nozdrin
2408c2e639 Merge from mysql-5.1 (bump the version). 2011-04-11 13:49:05 +04:00
MySQL Build Team
81c3d1bb8e Bumped the version number after clone-off 2011-03-21 08:22:44 +01:00
Georgi Kodinov
7c5ae44e2d bumped up the version to 5.1.11 2011-02-11 12:10:40 +02:00
Georgi Kodinov
3bb2abbc6e bumped up the version 2011-01-14 11:52:55 +02:00
Jonathan Perkin
3d799bdffd Merge from mysql-5.5.8-release 2010-12-16 11:13:58 +01:00
Davi Arnaut
f6deb00a56 WL#5665: Removal of the autotools-based build system
The autotools-based build system has been superseded and
is being removed in order to ease the maintenance burden on
developers tweaking and maintaining the build system.

In order to support tools that need to extract the server
version, a new file that (only) contains the server version,
called VERSION, is introduced. The file contents are human
and machine-readable. The format is:

MYSQL_VERSION_MAJOR=5
MYSQL_VERSION_MINOR=5
MYSQL_VERSION_PATCH=8
MYSQL_VERSION_EXTRA=-rc

The CMake based version extraction in cmake/mysql_version.cmake
is changed to extract the version from this file. The configure
to CMake wrapper is retained for backwards compatibility and to
support the BUILD/ scripts. Also, a new a makefile target
show-dist-name that prints the server version is introduced.
2010-11-20 12:47:50 -02:00