summaryrefslogtreecommitdiff
path: root/rss/rsspp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rss/rsspp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rsspp.h b/rss/rsspp.h
index 8482206e..e45195bb 100644
--- a/rss/rsspp.h
+++ b/rss/rsspp.h
@@ -14,7 +14,7 @@
namespace rsspp {
-enum version { UNKNOWN = 0, RSS_0_91, RSS_0_92, RSS_1_0, RSS_2_0, ATOM_0_3, ATOM_1_0 };
+enum version { UNKNOWN = 0, RSS_0_91, RSS_0_92, RSS_1_0, RSS_2_0, ATOM_0_3, ATOM_1_0, RSS_0_94 };
struct item {
std::string title;