summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-24 14:41:02 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-09-24 14:41:02 (GMT)
commita81237953717a6d0cf15e8cb0c2692e199c920d3 (patch)
treee627fe21775c8e298ec8be8b86579552a494e51f /lib
parent0b57a95be36ff6d1f53115d6c66d3585f396dd30 (diff)
updated to DB_VERSION for Rivendell 2.11.0
Diffstat (limited to 'lib')
-rwxr-xr-xlib/RHRD/rddb.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/RHRD/rddb.pm b/lib/RHRD/rddb.pm
index cab89c2..36b9dc0 100755
--- a/lib/RHRD/rddb.pm
+++ b/lib/RHRD/rddb.pm
@@ -29,7 +29,7 @@ use DBI;
########################### constants ###########################
use constant {
- DB_VERSION => 242,
+ DB_VERSION => 245,
RD_CONFIG_FILE => '/etc/rd.conf',
DROPBOX_PSEUDO_STATION_NAME => 'import-dropbox',
};