diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
commit | 68757f25042b02624bfb748c25029023b3082f62 (patch) | |
tree | 676489a112b4d972e1e5626a6dadfd604fc9ce7a /view/theme/dispy/theme.php | |
parent | a08232fa955385b2eaff5f9094b39071fb1632ae (diff) | |
parent | 2eafa9a47519f9f35c5eb568cf4235c092c1dcce (diff) | |
download | volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.gz volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.bz2 volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r-- | view/theme/dispy/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index deedc86f7..2d423a928 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -20,7 +20,7 @@ $a = get_app(); $a->theme_info = array( 'family' => 'dispy', - 'version' => '1.2' + 'version' => '1.2.2' ); function dispy_init(&$a) { |