Commit cac844b7 authored by dgaudet's avatar dgaudet
Browse files

1.2.2-dev


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78511 13f79535-47bb-0310-9956-ffa450edef68
parent 2e69e9e0
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.1" /* SEE COMMENTS ABOVE */
#define SERVER_BASEVERSION "Apache/1.2.2-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION	SERVER_BASEVERSION " " SERVER_SUBVERSION
#else