diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-09-24 14:41:02 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-09-24 14:41:02 (GMT) |
commit | a81237953717a6d0cf15e8cb0c2692e199c920d3 (patch) | |
tree | e627fe21775c8e298ec8be8b86579552a494e51f /lib/RHRD/rddb.pm | |
parent | 0b57a95be36ff6d1f53115d6c66d3585f396dd30 (diff) |
updated to DB_VERSION for Rivendell 2.11.0
Diffstat (limited to 'lib/RHRD/rddb.pm')
-rwxr-xr-x | lib/RHRD/rddb.pm | 2 |
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', }; |