Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehKulykov committed Mar 13, 2016
1 parent 0c778d3 commit 1eeb806
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Changes on version 1.2.0 (current):
Changes on version 1.2.1 (current):
- Fix allocating string memory.

Changes on version 1.2.0:
- Rename source files to avoid duplication with other software.

Changes on version 1.1.0:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
set(CPACK_PACKAGE_VENDOR "[email protected]")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
set(SOVERSION "1.2.0")
set(SOVERSION "1.2.1")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
set(VERSION "${CPACK_PACKAGE_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0.{build}
version: 1.2.1.{build}


os: Visual Studio 2015
Expand Down
2 changes: 1 addition & 1 deletion librws.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define RWS_VERSION_MAJOR 1
#define RWS_VERSION_MINOR 2
#define RWS_VERSION_PATCH 0
#define RWS_VERSION_PATCH 1


// check windows
Expand Down
2 changes: 1 addition & 1 deletion librws.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

# Common settings
s.name = "librws"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = " Tiny, cross platform websocket client C library"
s.description = <<-DESC
Tiny, cross platform websocket client C library.
Expand Down
Binary file not shown.

0 comments on commit 1eeb806

Please sign in to comment.