Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
windytan committed Jun 27, 2024
1 parent 0e19fb3 commit 12819d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redsea changelog

## HEAD
## 1.0 (2024-06-27)

* New features:
* Add support for Enhanced RadioText (eRT)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ Meson will later download nlohmann-json for you if it can't be found in the pack

### Get redsea

Downloading a release version is recommended.

If you wish to have the latest snapshot you can clone this git repository. The
snapshot might be more work-in-progress than the releases, but we attempt to
snapshot might be more work-in-progress than the releases, although we attempt to
keep the main branch stable.

$ git clone https://github.com/windytan/redsea.git
Expand All @@ -76,7 +78,7 @@ keep the main branch stable.

$ meson setup build && cd build && meson compile

To later get the latest updates and recompile:
If you cloned the repository you can later get the latest updates and recompile:

$ git pull
$ cd build && meson compile
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('redsea', 'cpp', default_options : ['warning_level=3', 'buildtype=release', 'optimization=3'],
version: '1.0-SNAPSHOT')
version: '1.0')

# Store version number to be compiled in
conf = configuration_data()
Expand Down

0 comments on commit 12819d0

Please sign in to comment.