Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Mar 27, 2018
1 parent c87cb84 commit 30b78f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.6.0 - 2018-03-27
* Implemented `version_compare_flags2()` 4-argument function which allows
to specify flags for either compared version independently, without
the need to squish them into the single argument
* Added shared library

## 2.5.0 - 2018-02-02
* Implemented `VERSIONFLAG_ANY_IS_PATCH` flag which makes any alphabetic
characters encountered in versions treated as post-release.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT(libversion)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

SET(VERSION_MAJOR 2)
SET(VERSION_MINOR 5)
SET(VERSION_MINOR 6)
SET(VERSION_PATCH 0)

SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down

0 comments on commit 30b78f0

Please sign in to comment.