From 8f9035f1f06046e33110c310345ae9e1aeb7016e Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Thu, 10 Jul 2025 15:29:00 -0500 Subject: [PATCH] bastille: bump version to 1.0.1.250714 and update references in docs and script --- docs/chapters/installation.rst | 2 +- docs/conf.py | 4 ++-- usr/local/bin/bastille | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index 0c47f603..3766477d 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -4,7 +4,7 @@ Bastille is available in the official FreeBSD ports tree at ``sysutils/bastille``. Binary packages are available in quarterly and latest repositories. -Current version is ``1.0.20250714``. +Current version is ``1.0.1.250714``. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index 984a4068..68dd29f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,9 +5,9 @@ copyright = '2018-2025, Christer Edwards' author = 'Christer Edwards' # The short X.Y version -version = '1.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags -release = '1.0.20250714' +release = '1.0.1.250714' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index c6b65458..3aea524e 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -32,7 +32,7 @@ PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin -BASTILLE_VERSION=1.0.20250714 +BASTILLE_VERSION=1.0.1.250714 # Validate config file # Copy default when 'setup' is called