Skip to content

Commit

Permalink
prepare develop branch for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphoyd committed Jan 22, 2015
1 parent 650e4c3 commit ce0300e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PROJECT_NAME = "websocketpp"
# if some version control system is used.


PROJECT_NUMBER = "0.5.0"
PROJECT_NUMBER = "0.5.x-dev"


# Using the PROJECT_BRIEF tag one can provide an optional one line description
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WebSocket++ (0.5.0)
WebSocket++ (0.5.x-dev)
==========================

WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket
Expand Down
6 changes: 3 additions & 3 deletions websocketpp/version.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Peter Thorson. All rights reserved.
* Copyright (c) 2015, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -50,10 +50,10 @@ static int const patch_version = 0;
* This is a textual flag indicating the type and number for pre-release
* versions (dev, alpha, beta, rc). This will be blank for release versions.
*/
static char const prerelease_flag[] = "";
static char const prerelease_flag[] = "dev";

/// Default user agent string
static char const user_agent[] = "WebSocket++/0.5.0";
static char const user_agent[] = "WebSocket++/0.5.x-dev";

} // namespace websocketpp

Expand Down

0 comments on commit ce0300e

Please sign in to comment.