Updated version number and ReadMe file

This commit is contained in:
AiutoPcAmico
2023-12-31 11:43:57 +01:00
parent 15dc71a5ef
commit 0384e52206
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -7,7 +7,7 @@ Original project: [https://github.com/mailinabox/mailinabox](https://github.com/
## Version ## Version
Current version: v67.1.1-AiutoPcAmico Current version: v67.1.2-AiutoPcAmico
Upstream current implemented version: v67 Upstream current implemented version: v67
## Changes implemented ## Changes implemented
@@ -23,6 +23,11 @@ Upstream current implemented version: v67
- Changing the default index page more easily - Changing the default index page more easily
## broken functionality
- Duplicity (At the moment, I don't understand why the /etc/duplicity folder is not generated)
- OwnCloud
## Installation guide ## Installation guide
Please, open the file "INSTALL.md" for the complete guide to install Debian Mail-in-a-Box by AiutoPcAmico Please, open the file "INSTALL.md" for the complete guide to install Debian Mail-in-a-Box by AiutoPcAmico
+1 -1
View File
@@ -913,7 +913,7 @@ def list_apt_updates(apt_update=True):
def what_version_is_this(env): def what_version_is_this(env):
# START AiutoPcAmico modification # START AiutoPcAmico modification
return "v67.1.1-AiutoPcAmico" return "v67.1.2-AiutoPcAmico"
# END AiutoPcAmico modification # END AiutoPcAmico modification