Skip to content

Commit

Permalink
Merge pull request #209 from tlsa/tlsa/indicate-v2-development
Browse files Browse the repository at this point in the history
Repo: Indicate main branch is now for version 2 development
  • Loading branch information
tlsa authored May 28, 2023
2 parents dc18555 + f7d7f53 commit 01139ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# 4. Set VESION_DEVEL to 0, commit to main.
# 5. Tag the release: `git tag -a vN.N.N -m "libcyaml N.N.N"`
# 6. Set VESION_DEVEL to 1, commit to main.
VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_PATCH = 1
VERSION_MAJOR = 2
VERSION_MINOR = 0
VERSION_PATCH = 0
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ LibCYAML: Schema-based YAML parsing and serialisation
LibCYAML is a C library for reading and writing structured YAML documents.
It is written in ISO C11 and licensed under the ISC licence.

> **Warning**
>
> The `main` branch is currently undergoing changes for version 2.
> You probably want to be using a
> [tagged release](https://github.com/tlsa/libcyaml/tags) instead.
Overview
--------

Expand Down

0 comments on commit 01139ba

Please sign in to comment.