diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-07-31 10:26:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-07-31 10:26:24 +0000 |
commit | 5de30c931aab606f0e71da64d0ae711101ceb0a3 (patch) | |
tree | e46db0416a1ace209be9c9045808aec80484031f /media-video/minitube/files/fix_version_0.5.patch | |
parent | Invalid entries. (diff) | |
download | historical-5de30c931aab606f0e71da64d0ae711101ceb0a3.tar.gz historical-5de30c931aab606f0e71da64d0ae711101ceb0a3.tar.bz2 historical-5de30c931aab606f0e71da64d0ae711101ceb0a3.zip |
Version bump and patch which fixes version string
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-video/minitube/files/fix_version_0.5.patch')
-rw-r--r-- | media-video/minitube/files/fix_version_0.5.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/minitube/files/fix_version_0.5.patch b/media-video/minitube/files/fix_version_0.5.patch new file mode 100644 index 000000000000..4bda4e514cdb --- /dev/null +++ b/media-video/minitube/files/fix_version_0.5.patch @@ -0,0 +1,13 @@ +Index: minitube/src/Constants.h +=================================================================== +--- minitube.orig/src/Constants.h ++++ minitube/src/Constants.h +@@ -2,7 +2,7 @@ + #define CONSTANTS_H + + namespace Constants { +- static const char *VERSION = "0.5-alpha"; ++ static const char *VERSION = "0.5"; + static const char *APP_NAME = "Minitube"; + static const char *ORG_NAME = "Flavio Tordini"; + static const char *ORG_DOMAIN = "flavio.tordini.org"; |