summaryrefslogtreecommitdiffstats
path: root/libktorrent/ktversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/ktversion.h')
-rw-r--r--libktorrent/ktversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libktorrent/ktversion.h b/libktorrent/ktversion.h
index ffe3dbe..494b1be 100644
--- a/libktorrent/ktversion.h
+++ b/libktorrent/ktversion.h
@@ -27,10 +27,10 @@ namespace kt
{
const bt::Uint32 MAJOR = 2;
const bt::Uint32 MINOR = 2;
- const char VERSION_STRING[] = "2.2.6";
- const char PEER_ID[] = "-KT2260-";
+ const char VERSION_STRING[] = "2.2.8";
+ const char PEER_ID[] = "-KT2280-";
}
-#define KT_VERSION_MACRO "2.2.6"
+#define KT_VERSION_MACRO "2.2.8"
#endif