summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-10 11:30:45 +0000
committerCarl Worth <cworth@cworth.org>2005-08-10 11:30:45 +0000
commit8df9bfecadda5bc98d2fe484f6ea55110ac99b2c (patch)
treeeb7dfa733c60d9cb983241019bd2147e88f95de6 /Makefile.am
parent82fbb9c381adf9e7b7b6c5fac52c175b8859e419 (diff)
Change release instructions to indicate new odd-micro version for in-progress development, and even-micro for released versions. Do a bit of snapshot->release renaming.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e375b1b1..d1a6dce7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,9 +58,9 @@ release-publish: release-verify-newer release-check
@echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)"
@echo "including the following:"
@echo ""
- @echo "Subject: $(PACKAGE) snapshot $(VERSION) now available"
+ @echo "Subject: $(PACKAGE) release $(VERSION) now available"
@echo ""
- @echo "A new $(PACKAGE) snapshot $(VERSION) is now available from:"
+ @echo "A new $(PACKAGE) release $(VERSION) is now available from:"
@echo ""
@echo " $(RELEASE_URL_BASE)/$(tar_file)"
@echo " $(RELEASE_URL_BASE)/$(md5_file)"