diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-08-06 11:02:55 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-08-06 11:02:55 +0000 |
commit | 2726e2e97adfbc8117559309e88dfa49baf847b2 (patch) | |
tree | dfef4cf3e5f2676ea4ffa0729d62126f6f700166 /conf/distro | |
parent | 39246ac4dc1efaa5b59db8a5b75653e48d553072 (diff) |
slugos: Made sure the IXP modules are in the rootfs, and bumped the slugos revision in preparation for testing before a binary release
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/slugos.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index bb1605e41b..00b9440b1f 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -16,7 +16,7 @@ #TARGET_OS "linux" or "linux-uclibc" # The following may be overridden to make sub-versions -SLUGOS_VERSION = "4.4" +SLUGOS_VERSION = "4.5" DISTRO_REVISION ?= "" DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" # For release (only): |