diff --git a/mythtv/README b/mythtv/README index 05776e7c2cf..0be75ebe7ed 100644 --- a/mythtv/README +++ b/mythtv/README @@ -1,5 +1,5 @@ MythTV - Release 0.24 + Release 0.26 NOTE ---- @@ -17,7 +17,7 @@ The following is a list of some of the prerequisites you will need installed: optional in the future, or we may switch to vorbis if they speed optimize things a little more. - QT - Version 4.5 or greater is required. You will need the MySQL bindings. + QT - Version 4.6 or greater is required. You will need the MySQL bindings. http://www.trolltech.com MySQL - You need this setup and working. Version 5.0.15 or higher is diff --git a/mythtv/VERSION b/mythtv/VERSION index 5bf65905192..aa0becd903f 100644 --- a/mythtv/VERSION +++ b/mythtv/VERSION @@ -1 +1 @@ -SOURCE_VERSION="v0.26-beta" +SOURCE_VERSION="v0.26-rc" diff --git a/mythtv/docs/doxygen-create-developer-docs.cfg b/mythtv/docs/doxygen-create-developer-docs.cfg index b3c072f5a27..3c14d492aa4 100644 --- a/mythtv/docs/doxygen-create-developer-docs.cfg +++ b/mythtv/docs/doxygen-create-developer-docs.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = MythTV # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.26-pre +PROJECT_NUMBER = 0.26 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.