diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-06-18 14:51:47 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-06-18 14:51:53 +0200 |
| commit | 03388cb4f2eee8dfce2c1655252471e5e04ba4b3 (patch) | |
| tree | eade980269563e300b4328986f8311c56d007418 | |
| parent | b83cf219bbb921b796f1df06c5c9ab223f0a34ca (diff) | |
update release number, re #3804
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | config/config.inc.php.dist | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ PROJECT_NAME = Stud.IP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 5.4 +PROJECT_NUMBER = 6.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index 7b0400f..aaed66b 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -68,7 +68,7 @@ $UNI_URL = "http://www.studip.de"; $UNI_LOGIN_ADD=''; $UNI_LOGOUT_ADD=sprintf(_("Und hier geht's zur %sStud.IP Portalseite%s "), "<a href=\"http://www.studip.de\"><b>", "</b></a>"); $UNI_CONTACT = "<please insert your general contact mail-adress here>"; -$UNI_INFO = "Stud.IP 5.5 - Studienbegleitender Internetsupport von Präsenzlehre"; +$UNI_INFO = "Stud.IP 6.0 - Studienbegleitender Internetsupport von Präsenzlehre"; /* $SEM_CLASS and $SEM_TYPE configuration moved to database |
