From 7782bbaa751fa8f23bb2d606245e91a310b2a318 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Fri, 16 Aug 2024 22:32:32 +1100
Subject: [PATCH] Bump 0.5.3

---
 NEWS.md      | 7 +++++++
 configure    | 2 +-
 package/info | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index aa081ce..65ce6e2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,13 @@
 
 ---
 
+# In 0.5.3
+
+- Allow execline binairies path definition through configure script.
+- Avoid conflict with makefile identifier and 66 identifier of frontend service file.
+
+---
+
 # In 0.5.2
 
 - Enable tree session by default through seed file
diff --git a/configure b/configure
index 169d8bb..905dffe 100755
--- a/configure
+++ b/configure
@@ -97,7 +97,7 @@ DISPLAY_MANAGER=
 CONSOLE_TRACKER=
 XDG_RUNTIME='!yes'
 DESKTOP_CMDLINE='!jwm'
-version='0.0.1'
+version='0.5.3'
 
 for arg ; do
   case "$arg" in
diff --git a/package/info b/package/info
index 01044d2..9ae7472 100644
--- a/package/info
+++ b/package/info
@@ -1,3 +1,3 @@
 package=boot-user
-version=0.5.2
+version=0.5.3
 package_macro_dir=66
-- 
GitLab