[Privoxy-commits] [privoxy] 07/48: configure: Move the comment describing the version number above the variables
User Git
git at git.privoxy.org
Thu Dec 17 14:17:43 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 278fe6edbae5404f576d913248d455fba6b2e12d
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 15 08:19:46 2020 +0100
configure: Move the comment describing the version number above the variables
---
configure.in | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/configure.in b/configure.in
index 7e18567b..6672d47c 100644
--- a/configure.in
+++ b/configure.in
@@ -73,6 +73,10 @@ DB2HTML=$withval
dnl =================================================================
dnl Application version number
dnl =================================================================
+dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED",
+dnl and will be used for CGI output. Increment version number and
+dnl set status to "UNRELEASED" whenever git differs from the last
+dnl release and no new release is near.
VERSION_MAJOR=3
VERSION_MINOR=0
@@ -83,11 +87,6 @@ dnl Timestamp (date +%s) used by the mtree-spec target.
dnl Should be updated before releases but forgetting it isn't critical.
SOURCE_DATE_EPOCH=1605695571
-dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED",
-dnl and will be used for CGI output. Increment version number and
-dnl set status to "UNRELEASED" whenever git differs from the last
-dnl release and no new release is near.
-
dnl =================================================================
dnl Substitute the version numbers
dnl =================================================================
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list