Skip to content

Commit

Permalink
updated to release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jan 2, 2018
1 parent 7d64977 commit c423954
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.1.1] - 02-01-2018
### Updates
- Updated copyright year

## [1.1.0] - 26-09-2017
### Updates
- Moved `Base16::toRawString` to `MineCommon::byteArrayToRawString`
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ option (test_main_header "Test main header (mine.h)" OFF)
option (test_wstring_conversions "Test std::wstring (wchar_t*) conversions for encodings" ON)


set (MINE_VERSION "1.1.0") ## Also update build.php
set (MINE_SOVERSION "1.1.0")
set (MINE_VERSION "1.1.1") ## Also update build.php
set (MINE_SOVERSION "1.1.1")

add_definitions (-DMINE_VERSION="${MINE_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion build.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// modules for ease of development
///

$lib_version = "1.1.0";
$lib_version = "1.1.1";

$header_template = <<<EOT
//
Expand Down
4 changes: 2 additions & 2 deletions package/mine.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Bismillah ar-Rahmaan ar-Raheem
//
// Mine (1.1.0)
// Mine (1.1.1)
// Single header minimal cryptography library
//
// Copyright (c) 2017-2018 Muflihun Labs
Expand Down Expand Up @@ -30,7 +30,7 @@

using namespace mine;
#ifndef MINE_VERSION
#define MINE_VERSION "1.1.0"
#define MINE_VERSION "1.1.1"
#endif


Expand Down
2 changes: 1 addition & 1 deletion package/mine.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Bismillah ar-Rahmaan ar-Raheem
//
// Mine (1.1.0)
// Mine (1.1.1)
// Single header minimal cryptography library
//
// Copyright (c) 2017-2018 Muflihun Labs
Expand Down

0 comments on commit c423954

Please sign in to comment.