summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 97f2d91..395916c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
-raul (1.1.0) unstable; urgency=medium
+raul (2.0.0) stable; urgency=medium
* Add INSTALL.md file
- * Add ThreadVar, a thread-specific variable class
* Add managed_ptr for automatic real-time safe garbage collection
* Fix semaphore with initial count on Darwin
* Implement Semaphore for Windows
@@ -19,7 +18,7 @@ raul (1.1.0) unstable; urgency=medium
* Switch to meson build system
* Update license to GPL3+
- -- David Robillard <d@drobilla.net> Sat, 02 Jan 2021 16:58:02 +0000
+ -- David Robillard <d@drobilla.net> Sat, 13 Aug 2022 22:40:26 +0000
raul (0.8.0) stable; urgency=medium
diff --git a/meson.build b/meson.build
index 23bbe04..db957bd 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
project('raul', ['cpp'],
- version: '1.1.1',
+ version: '2.0.0',
license: 'GPLv3+',
meson_version : '>= 0.49.2',
default_options: [