Skip to content

Commit

Permalink
Let's call this 1.0.1, then. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 31, 2008
1 parent f2f643a commit f8c7954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod_offload.c
Expand Up @@ -100,7 +100,7 @@
#include "http_main.h"
#include "http_protocol.h"

#define MOD_OFFLOAD_VER "1.0.0"
#define MOD_OFFLOAD_VER "1.0.1"
#define DEFAULT_MIN_OFFLOAD_SIZE (5 * 1024)
#define VERSION_COMPONENT "mod_offload/"MOD_OFFLOAD_VER

Expand Down
2 changes: 1 addition & 1 deletion nph-offload.c
Expand Up @@ -93,7 +93,7 @@
#include <sys/socket.h>
#include <netdb.h>

#define GVERSION "1.0.0"
#define GVERSION "1.0.1"
#define GSERVERSTRING "nph-offload.c/" GVERSION

#include "offload_server_config.h"
Expand Down
2 changes: 1 addition & 1 deletion offload.php
Expand Up @@ -81,7 +81,7 @@
require_once './offload_server_config.php';
require_once 'PEAR.php';

define('GVERSION', '1.0.0');
define('GVERSION', '1.0.1');
$GServerString = 'offload.php/' . GVERSION;

$Guri = $_SERVER['REQUEST_URI'];
Expand Down

0 comments on commit f8c7954

Please sign in to comment.