From 56cbc593bf072d85ecfa5ba2581a700d9472aa06 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Tue, 17 Nov 2020 21:01:54 +0100
Subject: [PATCH] bump version

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 6b6dc9570..b87fc4b9b 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('Aegisub', ['c', 'cpp'],
         license: 'BSD-3-Clause',
         meson_version: '>=0.55.0',
         default_options: ['cpp_std=c++11', 'b_lto=true', 'buildtype=debugoptimized'],
-        version: '3.2.2')
+        version: '3.3.3')
 
 cmake = import('cmake')
 
-- 
GitLab