Skip to content

Commit

Permalink
Bump all version numbers from 0.25 to 0.26 - distclean recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Apr 11, 2012
1 parent cbb8eb1 commit 59dc8b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mythplugins/settings.pro
@@ -1,6 +1,6 @@
CONFIG += $$CCONFIG

LIBVERSION = 0.25
LIBVERSION = 0.26

INCLUDEPATH += $${SYSROOT}$${PREFIX}/include
#INCLUDEPATH += /usr/include/cdda
Expand Down
2 changes: 1 addition & 1 deletion mythtv/VERSION
@@ -1 +1 @@
SOURCE_VERSION="v0.25pre"
SOURCE_VERSION="v0.26pre"
2 changes: 1 addition & 1 deletion mythtv/docs/doxygen-create-developer-docs.cfg
Expand Up @@ -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.25-pre
PROJECT_NUMBER = 0.26-pre

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
4 changes: 2 additions & 2 deletions mythtv/settings.pro
Expand Up @@ -38,8 +38,8 @@ isEmpty( LIBDIR ) {
LIBDIR = $${RUNPREFIX}/$${LIBDIRNAME}
}

LIBVERSION = 0.25
VERSION = 0.25.0
LIBVERSION = 0.26
VERSION = 0.26.0

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

0 comments on commit 59dc8b8

Please sign in to comment.