summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-08-01 01:40:34 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-01 01:40:34 -0700
commit14d8a703af0912ffddd560709bd6c9858339f016 (patch)
tree2cd0217f09f0f9997eb244ca8665290da0626c63
parentb1913a876059949e6c309bafade55e9425ef33fb (diff)
Rules.mak: Fix references to svn.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--Rules.mak2
-rw-r--r--extra/Configs/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index d84959076..fcadb8a20 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -98,7 +98,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS
MAJOR_VERSION := 0
MINOR_VERSION := 9
SUBLEVEL := 30
-EXTRAVERSION :=-svn
+EXTRAVERSION :=-git
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
ifneq ($(EXTRAVERSION),)
VERSION := $(VERSION)$(EXTRAVERSION)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 6c3703934..a3f191059 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -537,7 +537,7 @@ config COMPAT_ATEXIT
bool "Old (visible) atexit Support"
default n
help
- Enable this option if you want to update from 0.9.28 to svn/0.9.29,
+ Enable this option if you want to update from 0.9.28 to git/0.9.29,
else you will be missing atexit() until you rebuild all apps.
config UCLIBC_SUSV3_LEGACY