Commit dce3965a authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Set correct version number for first snapshot and coming release.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78906 13f79535-47bb-0310-9956-ffa450edef68
parent a494f10a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@
 * 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