From ae90a9f4c458e69619fc276a45993e3f42f20eda Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 10 Mar 2026 17:46:30 +0100 Subject: [PATCH] fix conf file comments, version bump --- profile.conf | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profile.conf b/profile.conf index 1cfb191..745e2b2 100755 --- a/profile.conf +++ b/profile.conf @@ -16,8 +16,8 @@ TERM=xterm-256color DEFAULT_CITY="Toulouse" [general] -# General section allow to set any variable that can be used by the profile or its functions. It is -# also a good place to set freely global variables for personal use. +# General section allow to set any variable that can be used by the profile or its functions. +# It is also a good place to set freely global variables for personal use. # Set some compiling values CFLAGS="-O2 -pipe -march=native" CXXFLAGS="$CFLAGS" diff --git a/version b/version index 084082e..63e3159 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.95.1-4_beta_1 +3.95.2-4_beta_2