Skip to content

Commit

Permalink
Updated version numbers for 0.23.1 release.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/branches/release-0-23-fixes@25396 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
gigem committed Jul 22, 2010
1 parent 2b0b812 commit c6fffda
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mythplugins/settings.pro
@@ -1,6 +1,6 @@
CONFIG += $$CCONFIG

LIBVERSION = 0.23
LIBVERSION = 0.23.1

INCLUDEPATH += $${SYSROOT}$${PREFIX}/include
#INCLUDEPATH += /usr/include/cdda
Expand Down
2 changes: 1 addition & 1 deletion mythtv/bindings/perl/MythTV.pm
Expand Up @@ -8,7 +8,7 @@
#

# Version
$VERSION = '.21svn';
$VERSION = '.23.1svn';

# Load sub libraries
use IO::Socket::INET::MythTV;
Expand Down
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/MythStatic.py
Expand Up @@ -4,7 +4,7 @@
Contains any static and global variables for MythTV Python Bindings
"""

OWN_VERSION = (0,23,0,0)
OWN_VERSION = (0,23,1,0)
SCHEMA_VERSION = 1254
MVSCHEMA_VERSION = 1032
NVSCHEMA_VERSION = 1004
Expand Down
2 changes: 1 addition & 1 deletion mythtv/bindings/python/setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='MythTV',
version='0.23.0',
version='0.23.1',
description='MythTV Python bindings.',
packages=['MythTV', 'MythTV/tmdb', 'MythTV/ttvdb'],
url=['http://www.mythtv.org/'],
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythdb/mythversion.h
Expand Up @@ -11,7 +11,7 @@
/// Update this whenever the plug-in API changes.
/// Including changes in the libmythdb, libmyth, libmythtv, libmythav* and
/// libmythui class methods used by plug-ins.
#define MYTH_BINARY_VERSION "0.23.201000710-1"
#define MYTH_BINARY_VERSION "0.23.1.201000710-1"

/** \brief Increment this whenever the MythTV network protocol changes.
*
Expand Down
4 changes: 2 additions & 2 deletions mythtv/settings.pro
Expand Up @@ -24,8 +24,8 @@ isEmpty( LIBDIR ) {
LIBDIR = $${RUNPREFIX}/$${LIBDIRNAME}
}

LIBVERSION = 0.23
VERSION = 0.23.0
LIBVERSION = 0.23.1
VERSION = 0.23.1

isEmpty(TARGET_OS) : win32 {
CONFIG += mingw
Expand Down

0 comments on commit c6fffda

Please sign in to comment.