Skip to content

Commit

Permalink
Rename version.
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx committed Jun 16, 2015
1 parent 1750711 commit 3c1419a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebsocketRailsClient++ (v0.7.3)
# WebsocketRailsClient++ (v0.7.3-NB)

WebsocketRailsClient++ is a C++ library that uses the implementation of RFC6455 (The WebSocket Protocol)
implemented in the WebSocket++ library, the Json++ light-weight JSON parser and the Boost library. It allows
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/channel.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : channel.cpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : Channel Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/channel.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : channel.hpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : Channel Header Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/event.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : event.cpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : Event Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/event.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : event.hpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : Event Header Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/websocket.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : websocket.hpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : Websocket Header File in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/websocket_connection.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : websocket.cpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : WebsocketConnection Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/websocket_connection.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : websocket.hpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : WebsocketConnection Header Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/websocket_rails.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : websocket_rails.cpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : WebsocketRails Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down
2 changes: 1 addition & 1 deletion websocket-rails-client/websocket_rails.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Name : websocket_rails.hpp
* Version : v0.7.3
* Version : v0.7.3-NB
* Description : WesocketRails Header Class in C++, Ansi-style
* Author : Egon Zemmer
* Company : Phlegx Systems
Expand Down

0 comments on commit 3c1419a

Please sign in to comment.