From c7286338591dd0004d65fb47177fcff7441f8d76 Mon Sep 17 00:00:00 2001
From: Tom Greig <tg8g16@soton.ac.uk>
Date: Wed, 12 Apr 2023 10:05:15 +0100
Subject: [PATCH] Version 0.1.0

---
 Readme.txt              | 28 ++++++++++++++++++++++++++++
 packaging/tl-editor.nsi |  4 ++--
 2 files changed, 30 insertions(+), 2 deletions(-)
 create mode 100644 Readme.txt

diff --git a/Readme.txt b/Readme.txt
new file mode 100644
index 0000000..2855a1a
--- /dev/null
+++ b/Readme.txt
@@ -0,0 +1,28 @@
+Timelapse Editor
+================
+
+It's a program for sticking timelaspe (or high speed) videos together in
+a grid with labels and time stamps and scale bars and stuff.
+
+Documentation
+-------------
+
+As latex in the doc/ folder or as a pdf with the releases.
+
+Building
+--------
+
+Requires gtk4, and ffmpeg's libraries (with fontconfig enabled!)
+
+If they're all set up, you should be able to run make on Linux or
+Windows with MSYS2.  A standard windows installer is available in the
+releases section (one of the sections on the left somewhere, I don't
+know how gitlab works.)
+
+License
+-------
+
+The software is licensed with the European Union Public License, see
+License.txt.  The long and the short of it is that if you share the
+compiled version or the installer or something, you also have to point
+people to the source code (here, unless you've modified it).
diff --git a/packaging/tl-editor.nsi b/packaging/tl-editor.nsi
index 7cb31d1..990ccfc 100644
--- a/packaging/tl-editor.nsi
+++ b/packaging/tl-editor.nsi
@@ -1,8 +1,8 @@
 !include "MUI2.nsh"
 !define PRODUCT_NAME "Timelapse Editor"
 !define VERSIONMAJOR 0
-!define VERSIONMINOR 0
-!define VERSIONBUILD 1
+!define VERSIONMINOR 1
+!define VERSIONBUILD 0
 !define EXE "tl-editor.exe"
 
 Name "${PRODUCT_NAME}"
-- 
GitLab