diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/minimal.conf | 2 | ||||
-rw-r--r-- | conf/distro/oplinux-uclibc.conf | 2 | ||||
-rw-r--r-- | conf/distro/oplinux.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 8e0ae2eb34..7aa6c587ce 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -11,7 +11,7 @@ # NAME and VERSION ############################################################################# DISTRO_NAME ?= "minimal" -DISTRO_VERSION = ".dev-snapshot-${SRCDATE}" +DISTRO_VERSION = "dev-snapshot-${SRCDATE}" #DISTRO_TYPE = "release" DISTRO_TYPE ?= "debug" diff --git a/conf/distro/oplinux-uclibc.conf b/conf/distro/oplinux-uclibc.conf index b8617cc763..480602b1c0 100644 --- a/conf/distro/oplinux-uclibc.conf +++ b/conf/distro/oplinux-uclibc.conf @@ -21,7 +21,7 @@ require conf/distro/include/sane-srcdates.inc # Header # DISTRO_NAME = "OPLinux-uClibC" -DISTRO_VERSION = ".dev-snapshot-${SRCDATE}" +DISTRO_VERSION = "dev-snapshot-${SRCDATE}" #DISTRO_TYPE = "release" DISTRO_TYPE = "debug" diff --git a/conf/distro/oplinux.conf b/conf/distro/oplinux.conf index 43e8fad61c..b64477c154 100644 --- a/conf/distro/oplinux.conf +++ b/conf/distro/oplinux.conf @@ -25,7 +25,7 @@ require conf/distro/include/sane-srcdates.inc # Header # DISTRO_NAME = "OPLinux" -DISTRO_VERSION ?= ".dev-snapshot-${SRCDATE}" +DISTRO_VERSION ?= "dev-snapshot-${SRCDATE}" #DISTRO_TYPE = "release" DISTRO_TYPE = "debug" |