lars 99/03/20 21:07:29
Modified: src/include httpd.h
src/os/win32 registry.c
src Configure CHANGES
Log:
make source ready for the next round...
Revision Changes Path
1.274 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- httpd.h 1999/03/21 04:33:41 1.273
+++ httpd.h 1999/03/21 05:07:17 1.274
@@ -413,7 +413,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.5" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.6-dev" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -429,7 +429,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
*/
-#define APACHE_RELEASE 10305100
+#define APACHE_RELEASE 10306000
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.16 +1 -1 apache-1.3/src/os/win32/registry.c
Index: registry.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- registry.c 1999/03/21 04:33:44 1.15
+++ registry.c 1999/03/21 05:07:22 1.16
@@ -28,7 +28,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.5"
+#define VERSION "1.3.6 dev"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
1.333 +1 -1 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- Configure 1999/03/16 00:26:57 1.332
+++ Configure 1999/03/21 05:07:24 1.333
@@ -1568,7 +1568,7 @@
# select the special subtarget for shared core generation
SUBTARGET=target_shared
# determine additional suffixes for libhttpd.so
- V=1 R=3 P=5
+ V=1 R=3 P=6
if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
SHLIB_SUFFIX_LIST=""
fi
1.1289 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1288
retrieving revision 1.1289
diff -u -r1.1288 -r1.1289
--- CHANGES 1999/03/21 02:03:06 1.1288
+++ CHANGES 1999/03/21 05:07:25 1.1289
@@ -1,3 +1,6 @@
+Changes with Apache 1.3.6
+
+
Changes with Apache 1.3.5
*) M_INVALID needed a value within the scope of METHODS so that unknown