Skip to content

Commit

Permalink
Update ChangeLog and version for v2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxz committed Aug 3, 2020
1 parent 427139e commit f9fb520
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# 4. If any interfaces have been removed since the last public release, then set age to 0.

set(SAC_SOVERSION_CURRENT 7)
set(SAC_SOVERSION_REVISION 0)
set(SAC_SOVERSION_REVISION 1)
set(SAC_SOVERSION_AGE 0)

math(EXPR SAC_SOVERSION_MAJOR "${SAC_SOVERSION_CURRENT} - ${SAC_SOVERSION_AGE}")
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changes since v2.5.0 (v2.5.1)

- fix: restore GNUInstallDirs that was mistakenly removed.
- refactor of Channel constructors

# Changes since v2.4 (v2.5)

NOTE: this release requires rabbitmq-c v0.8.0 or better.
Expand Down
4 changes: 2 additions & 2 deletions src/SimpleAmqpClient/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/

#define SIMPLEAMQPCLIENT_VERSION_MAJOR 2
#define SIMPLEAMQPCLIENT_VERSION_MINOR 6
#define SIMPLEAMQPCLIENT_VERSION_PATCH 0
#define SIMPLEAMQPCLIENT_VERSION_MINOR 5
#define SIMPLEAMQPCLIENT_VERSION_PATCH 1

#endif // SIMPLEAMQPCLIENT_VERSION_H

0 comments on commit f9fb520

Please sign in to comment.