From 70c45eadaa4e97b58364de2d7df6b97d15129757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Thu, 27 Jun 2024 11:01:45 +0200 Subject: [PATCH] Preparing to create tag 2.0.0 --- NEWS.rst | 4 ++++ wscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 24991c6..bb2bc44 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,10 @@ every change, see the Git log.. Latest ------ +* tbd + +2.0.0 +----- * Major: Both CMake and Waf build systems are now supported on all platforms * Patch: Fixed build path errors diff --git a/wscript b/wscript index 115efea..1547480 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ import platform from waflib import Build, Errors, Logs APPNAME = "srt" -VERSION = "1.1.0" +VERSION = "2.0.0" def build(bld):