diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 274fdec3c9..045b7a426d 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 DISTRO_NAME = "OpenSlug" -DISTRO_VERSION = "1.8-beta" +DISTRO_VERSION = "1.9-beta" DISTRO_TYPE ?= "beta" TARGET_FPU_local ?= "soft" diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index f947f97589..c9e4d505d9 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -7,7 +7,7 @@ FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/unslung/native" FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe" DISTRO_NAME = "Unslung" -DISTRO_VERSION = "4.18-alpha" +DISTRO_VERSION = "4.19-alpha" DISTRO_TYPE = "beta" TARGET_FPU = "soft" |