diff options
author | mwester <mwester@rock.localdomain> | 2009-03-01 22:41:22 -0600 |
---|---|---|
committer | mwester <mwester@rock.localdomain> | 2009-03-01 22:41:22 -0600 |
commit | bb5487c7615eb7aacb5fd640692b08cce941283d (patch) | |
tree | 483a4bc68d44afb41b0252351e46b8af6fd5819d /conf/distro | |
parent | 77dd06f8b7869c6fb742bdbe88adc400f8c87081 (diff) |
SlugOS: set version on dev branch to 5.4-alpha now
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 40c9f9e557..b141548ce3 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 = "5.3" +SLUGOS_VERSION = "5.4" DISTRO_REVISION ?= "" DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" # For release (only): |