Skip to content

Commit

Permalink
Version updated to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikunj Limbaseeya committed Feb 16, 2011
1 parent 2e1732f commit 82e51bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/helper/wr_config.c
Expand Up @@ -25,7 +25,7 @@
#include <sys/socket.h>

#define SERVER_NAME "WebROaR"
#define SERVER_VERSION "0.4.1"
#define SERVER_VERSION "0.5.0"

#define FILE_PATH "FILE_PATH"
#define CONN_ID "CONNECTION_ID"
Expand Down
4 changes: 2 additions & 2 deletions src/ruby_lib/ruby_interface/version.rb
Expand Up @@ -20,8 +20,8 @@ module Webroar

module VERSION #:nodoc:
MAJOR = "0"
MINOR = "4"
TINY = "1"
MINOR = "5"
TINY = "0"

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 82e51bd

Please sign in to comment.