diff options
| author | Jonathan Thomas <echidnaman@kubuntu.org> | 2012-06-10 19:34:37 (GMT) |
|---|---|---|
| committer | Jonathan Thomas <echidnaman@kubuntu.org> | 2012-06-10 19:34:37 (GMT) |
| commit | 5cfd7a24425c933c1db4d62877532a19fc76e3aa (patch) | |
| tree | 6e537a35c6fc3d33e5d9db21300994e22c5b0171 | |
| parent | 24054c2046fcb93dbe289f9d6ac3d02aed7247ca (diff) | |
Bump versions for 1.3.801.3.80
| -rw-r--r-- | installer/main.cpp | 2 | ||||
| -rw-r--r-- | muon/main.cpp | 2 | ||||
| -rw-r--r-- | updater/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/installer/main.cpp b/installer/main.cpp index 6ca67ff..aa1ffe1 100644 --- a/installer/main.cpp +++ b/installer/main.cpp @@ -30,7 +30,7 @@ static const char description[] = I18N_NOOP("An application manager"); -static const char version[] = "1.3.65 \"Energetic Elemental\""; +static const char version[] = "1.3.80 \"Energetic Elemental\""; int main(int argc, char **argv) { diff --git a/muon/main.cpp b/muon/main.cpp index 7a688e5..a46fe6c 100644 --- a/muon/main.cpp +++ b/muon/main.cpp @@ -29,7 +29,7 @@ static const char description[] = I18N_NOOP("A package manager"); -static const char version[] = "1.3.65 \"Energetic Elemental\""; +static const char version[] = "1.3.80 \"Energetic Elemental\""; int main(int argc, char **argv) { diff --git a/updater/main.cpp b/updater/main.cpp index c753b25..e252775 100644 --- a/updater/main.cpp +++ b/updater/main.cpp @@ -30,7 +30,7 @@ static const char description[] = I18N_NOOP("An update manager"); -static const char version[] = "1.3.65 \"Energetic Elemental\""; +static const char version[] = "1.3.80 \"Energetic Elemental\""; int main(int argc, char **argv) { |
