diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index 574f004..04d98e2 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -102,7 +102,7 @@ createrepo_num_threads = 8 createrepo_num_workers = 4 createrepo_extra_args = [ '--distro=cpe:/o:ncsd:msvsphere:8,MSVSphere 8', - '--revision=8.9' + '--revision=8.10' ] # CHECKSUMS @@ -121,7 +121,7 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "8.9" + "version": "8.10" } }) ] diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 446ae40..cff1b78 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -102,7 +102,7 @@ createrepo_num_threads = 8 createrepo_num_workers = 4 createrepo_extra_args = [ '--distro=cpe:/o:ncsd:msvsphere:8,MSVSphere 8', - '--revision=8.9' + '--revision=8.10' ] # CHECKSUMS @@ -121,7 +121,7 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "8.9" + "version": "8.10" } }) ]