Skip to content

Commit

Permalink
cpp: user VERSION file for ABI versioning (#268)
Browse files Browse the repository at this point in the history
* cpp: update cmate tool and use VERSION file to set shared libraries version and soname

* cpp: restored CMakeLists.txt files

* chore(cpp): update CMate

* chore(cpp): update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
chybz authored Nov 23, 2024
1 parent bd12a09 commit 8f3b892
Show file tree
Hide file tree
Showing 7 changed files with 1,018 additions and 582 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- [cpp] use VERSION file to version ABI and shared libraries (#268](https://github.com/cucumber/messages/pull/268)

## [27.0.2] - 2024-11-15
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

project(cucumber_messages VERSION 0.1.0 LANGUAGES C CXX)
project(cucumber_messages VERSION 27.0.2 LANGUAGES C CXX)

###
#
Expand Down
4 changes: 2 additions & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ clean-build:
./cmake/cmate clean

clean-deps:
./cmake/cmade clean --purge
./cmake/cmate clean --purge

install-deps:
./cmake/cmade install
./cmake/cmate install

.configured:
./cmake/cmate configure
Expand Down
1 change: 1 addition & 0 deletions cpp/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
27.0.2
Loading

0 comments on commit 8f3b892

Please sign in to comment.