Commit graph

132 commits

Author SHA1 Message Date
Build Team
e065b124fd Bumped version number to 5.5.20 2011-11-23 12:33:59 +01:00
Build Team
a8a66874f5 Bumped version number to 5.5.20 2011-11-23 12:33:59 +01:00
Hery Ramilison
8b482e837b cloning 5.5.18 off 2011-10-26 20:44:18 +02:00
Hery Ramilison
a14f83c386 cloning 5.5.18 off 2011-10-26 20:44:18 +02:00
Hery Ramilison
9fe16c2408 cloning 5.5.18 off 2011-10-26 20:37:36 +02:00
Joerg Bruehe
ab21828e1d Raising the version after cloning for the 5.5.17 build. 2011-09-27 19:21:40 +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
f3b3087832 merged the version bump. bumped the 5.5 version to 5.5.17 2011-08-12 14:25:36 +03: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
Georgi Kodinov
5a7e0127e5 bumped up the version to 5.5.18 2011-08-12 14:22:16 +03:00
MySQL Release Engineering
a68df82e7e build 5.5.15 2011-07-13 19:35:34 +02:00
MySQL Release Engineering
ae2db9b970 build 5.5.15 2011-07-13 19:35:34 +02:00
MySQL Release Engineering
fe7e6b3b71 Cloning 5.5.14 2011-06-09 19:17:03 +02:00
Sunanda Menon
5dc0872d9d increased the version number to .15 2011-06-10 10:38:27 +02:00
Sunanda Menon
7e39ef17ae increased the version number to .15 2011-06-10 10:38:27 +02:00
MySQL Build Team
cb0f843e8d changed the VERSION tag to 14 2011-05-13 07:00:09 +02:00
MySQL Build Team
33b015f30b changed the VERSION tag to 14 2011-05-13 07:00:09 +02:00
MySQL Build Team
9337a330c5 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
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
MySQL Build Team
2688713799 Increased the VERSION tag by 2 2011-04-11 11:13:25 +02:00
Alexander Nozdrin
9b9dfb6cf8 Merge from mysql-5.1 (bump the version). 2011-04-11 13:49:05 +04:00
Alexander Nozdrin
2408c2e639 Merge from mysql-5.1 (bump the version). 2011-04-11 13:49:05 +04:00
MySQL Build Team
5a5dcb0f05 Bumped the version number after clone-off 2011-03-21 08:22:44 +01:00
MySQL Build Team
81c3d1bb8e Bumped the version number after clone-off 2011-03-21 08:22:44 +01:00
Georgi Kodinov
b8d2f80870 bumped up the version to 5.1.11 2011-02-11 12:10:40 +02:00
Georgi Kodinov
7c5ae44e2d bumped up the version to 5.1.11 2011-02-11 12:10:40 +02:00
Georgi Kodinov
f77dd09021 bumped up the version 2011-01-14 11:52:55 +02:00
Georgi Kodinov
3bb2abbc6e bumped up the version 2011-01-14 11:52:55 +02:00
Jonathan Perkin
33827e7dbf Merge from mysql-5.5.8-release 2010-12-16 11:13:58 +01:00
Jonathan Perkin
3d799bdffd Merge from mysql-5.5.8-release 2010-12-16 11:13:58 +01:00
Davi Arnaut
8664de2230 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.

VERSION:
  Add top-level version file.
cmake/mysql_version.cmake:
  Get version information from the top-level VERSION file.
  Do not cache the version components (MAJOR_VERSION, etc).
  Add MYSQL_RPM_VERSION as a replacement for MYSQL_U_SCORE_VERSION.
2010-11-20 12:47:50 -02: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