mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-26 18:56:33 +01:00
Merge pull request #1292 from BastilleBSD/tschettervictor-patch-1
update version string
This commit is contained in:
@@ -5,7 +5,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.1.0.251001``.
|
||||
Current version is ``1.1.1.251118``.
|
||||
|
||||
To install from the FreeBSD package repository:
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@ copyright = '2018-2025, Christer Edwards'
|
||||
author = 'Christer Edwards'
|
||||
|
||||
# The short X.Y version
|
||||
version = '1.1.0'
|
||||
version = '1.1.1'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '1.1.0.251001'
|
||||
release = '1.1.1.2511118'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||
|
||||
BASTILLE_VERSION=1.1.0.251001
|
||||
BASTILLE_VERSION=1.1.1.251118
|
||||
|
||||
# Validate config file
|
||||
# Copy default when 'setup' is called
|
||||
|
||||
Reference in New Issue
Block a user