]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
1.2.beta16
authorwessels <>
Thu, 5 Mar 1998 07:38:55 +0000 (07:38 +0000)
committerwessels <>
Thu, 5 Mar 1998 07:38:55 +0000 (07:38 +0000)
include/version.h

index c4f796b00297662de85c13e725ab13b5830b67c9..378e006fa69532633b8a61d07cc928bce5508716 100644 (file)
@@ -1,16 +1,16 @@
 /*
- * $Id: version.h,v 1.106 1998/02/26 23:56:43 kostas Exp $
+ * $Id: version.h,v 1.107 1998/03/05 00:38:55 wessels Exp $
  *
  *  SQUID_VERSION - String for version id of this distribution
  */
 #ifndef SQUID_VERSION
-#define SQUID_VERSION  "1.2.beta15"
-#endif
-#ifndef CURRENT_MIB_VERSION
-#define CURRENT_MIB_VERSION "Id: mib.txt,v 1.11 1998/02/26 23:16:52 kostas Exp $"
-
+#define SQUID_VERSION  "1.2.beta16"
 #endif
 
 #ifndef SQUID_RELEASE_TIME
 #define SQUID_RELEASE_TIME squid_curtime
 #endif
+
+#ifndef CURRENT_MIB_VERSION
+#define CURRENT_MIB_VERSION "Id: mib.txt,v 1.11 1998/02/26 23:16:52 kostas Exp $"
+#endif