Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorenar committed Nov 8, 2024
1 parent 33162ca commit c53e5c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.3] - 2024-11-08
### Changed

- Use Git hooks for updating version in header
Expand Down Expand Up @@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- README, CHANGELOG and AUTHORS

##
[unreleased]: https://github.com/Jorenar/libXDGdirs/compare/v1.1.2...HEAD
[unreleased]: https://github.com/Jorenar/libXDGdirs/compare/v1.1.3...HEAD
[1.1.3]: https://github.com/Jorenar/libXDGdirs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/Jorenar/libXDGdirs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/Jorenar/libXDGdirs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Jorenar/libXDGdirs/compare/v1.0.5...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)

project(libXDGdirs
DESCRIPTION "An implementation of XDG Base Directory Specification"
VERSION "1.1.2"
VERSION "1.1.3"
LANGUAGES C)

set(XDGDIRS "XDGdirs")
Expand Down
2 changes: 1 addition & 1 deletion src/xdgdirs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {
* @details
* Adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
*/
#define XDGDIRS_VER "1.1.2-0-master"
#define XDGDIRS_VER "1.1.3"

/// Version of XDG Base Directory specification implemented in this library
#define XDGBDS_VER "0.8"
Expand Down

0 comments on commit c53e5c3

Please sign in to comment.