summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2009-11-03 21:44:21 +0100
committeretobi <git@e-tobi.net>2009-11-03 22:17:52 +0100
commit2825061216dede3d9315df2bc499b5f61fc7fbba (patch)
tree667e21e29ff7d73553d031e1df3aa122f36a6eea
parent8fe67cc6a737f26f16f20d42f110490a6c42f9ea (diff)
downloadvdr-plugin-vodcatcher-2825061216dede3d9315df2bc499b5f61fc7fbba.tar.gz
vdr-plugin-vodcatcher-2825061216dede3d9315df2bc499b5f61fc7fbba.tar.bz2
increased version number
-rw-r--r--src/Version.h2
-rw-r--r--src/VodcatcherPlugin_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.h b/src/Version.h
index cb9d3b7..17b94b8 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -23,6 +23,6 @@
#ifndef ___VERSION_H
#define ___VERSION_H
-static const char VERSION[] = "0.2.1";
+static const char VERSION[] = "0.2.2";
#endif
diff --git a/src/VodcatcherPlugin_test.cc b/src/VodcatcherPlugin_test.cc
index 94a0cd4..70fbfa2 100644
--- a/src/VodcatcherPlugin_test.cc
+++ b/src/VodcatcherPlugin_test.cc
@@ -84,7 +84,7 @@ public:
void TestVersion()
{
- TS_ASSERT_EQUALS(string("0.2.1"), plugin->Version());
+ TS_ASSERT_EQUALS(string("0.2.2"), plugin->Version());
}
void TestDescription()