configure: Move the comment describing the version number above the variables
authorFabian Keil <fk@fabiankeil.de>
Tue, 15 Dec 2020 07:19:46 +0000 (08:19 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 17 Dec 2020 14:13:56 +0000 (15:13 +0100)
configure.in

index 7e18567..6672d47 100644 (file)
@@ -73,6 +73,10 @@ DB2HTML=$withval
 dnl =================================================================
 dnl Application version number
 dnl =================================================================
 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
 
 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 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 =================================================================
 dnl =================================================================
 dnl Substitute the version numbers
 dnl =================================================================