version bumps

This commit is contained in:
levasseur
2022-02-18 18:37:58 +01:00
parent cce5f4d17c
commit 6a06b61335
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
# * NET{4,6}_MANUAL_FILE_$iface: filename for manual configuration of $iface
# ------------------------------------------------------------------------------
export VER_conf_network="0.0.6"
export VER_conf_network="0.0.7"
export DEP_conf_network="install_pkg"
conf_network()

View File

@@ -15,7 +15,7 @@
# * X11_DRV: Used to install proprietary driver for X.org (eg: nvidia-drivers)
# ------------------------------------------------------------------------------
export VER_install_desktop="0.0.3"
export VER_install_desktop="0.0.4"
export DEP_install_desktop="upgrade_dist"
install_desktop()

View File

@@ -13,7 +13,7 @@
# * PKGSEL: List of package to install
# ------------------------------------------------------------------------------
export VER_install_pkg="0.1.5"
export VER_install_pkg="0.1.6"
export DEP_install_pkg="upgrade_dist"
install_pkg()