[multimedia/amarok] /: Post-release version bump
Tuomas Nurmi <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c3f77f60ea65977da5b40df6e9f1d2213d4d8ace by Tuomas Nurmi. Committed on 29/07/2026 at 18:56. Pushed by nurmi into branch 'master'. Post-release version bump M +7 -0 ChangeLog M +1 -1 shared/Version.h https://invent.kde.org/multimedia/amarok/-/commit/c3f77f60ea65977da5b40df6e9f1d2213d4d8ace diff --git a/ChangeLog b/ChangeLog index 9b025c7d01..efc64ee270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ Amarok ChangeLog ================ (C) 2002-2025 the Amarok authors. +VERSION 3.3.4 UNRELEASED + FEATURES: + + CHANGES: + + BUGFIXES: + VERSION 3.3.3 FEATURES: diff --git a/shared/Version.h b/shared/Version.h index cea2610d5d..cb637f249a 100644 --- a/shared/Version.h +++ b/shared/Version.h @@ -18,6 +18,6 @@ #define AMAROK_VERSION_H /// Update this when necessary -#define AMAROK_VERSION "3.3.3" +#define AMAROK_VERSION "3.3.3-git" #endif // End include guard