diff options
-rw-r--r-- | build-all.mk | 2 | ||||
-rw-r--r-- | test-build.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk index 7511936..8ced36c 100644 --- a/build-all.mk +++ b/build-all.mk @@ -15,7 +15,7 @@ TREE = devo NATIVE = native -DATE = 921224 +DATE = 921229 TAG = latest-$(DATE) diff --git a/test-build.mk b/test-build.mk index 55aa229..40894dd 100644 --- a/test-build.mk +++ b/test-build.mk @@ -43,7 +43,7 @@ CVS_TAG := CVS_MODULE := latest ### Historically, this was identical to CVS_TAG. This is changing. -RELEASE_TAG := latest-921224 +RELEASE_TAG := latest-921229 ### Historically, binaries were installed here. This is changing. release_root := $(ROOTING)/$(RELEASE_TAG) |