]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Set correct version number for first snapshot and coming release.
authorRalf S. Engelschall <rse@apache.org>
Wed, 6 Aug 1997 06:12:18 +0000 (06:12 +0000)
committerRalf S. Engelschall <rse@apache.org>
Wed, 6 Aug 1997 06:12:18 +0000 (06:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78906 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/src/include/httpd.h

index cde1a29a7fb53c208a3fb2fd26daa2f22903c608..c62d1b4f30967ae3380b3d35893fbbe395f93311 100644 (file)
  * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
  */
 
-#define SERVER_BASEVERSION "Apache/1.2.2-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.2.2" /* SEE COMMENTS ABOVE */
 #ifdef SERVER_SUBVERSION
 #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
 #else