]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
bump APIVER and APIAGE
[pve-storage.git] / PVE / Storage.pm
index 5d389bef8986d14136562436ba2c17a1eb5b6ea4..bc477c18582463a318626005a5dc8208e1709bdd 100755 (executable)
@@ -41,11 +41,11 @@ use PVE::Storage::PBSPlugin;
 use PVE::Storage::BTRFSPlugin;
 
 # Storage API version. Increment it on changes in storage API interface.
-use constant APIVER => 9;
+use constant APIVER => 10;
 # Age is the number of versions we're backward compatible with.
 # This is like having 'current=APIVER' and age='APIAGE' in libtool,
 # see https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-use constant APIAGE => 0;
+use constant APIAGE => 1;
 
 # load standard plugins
 PVE::Storage::DirPlugin->register();