diff options
author | friendica <info@friendica.com> | 2012-05-28 16:52:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-28 16:52:19 -0700 |
commit | 10a057b97959d5915c9eab1947bea7b039d3218b (patch) | |
tree | a43d58fc49ec5ec522766fa88b50cf89ac1dfc25 /view/theme/dispy/theme.php | |
parent | f033c9a4ae822bf2ad46f1885a80daf85eca2f62 (diff) | |
parent | 51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47 (diff) | |
download | volse-hubzilla-10a057b97959d5915c9eab1947bea7b039d3218b.tar.gz volse-hubzilla-10a057b97959d5915c9eab1947bea7b039d3218b.tar.bz2 volse-hubzilla-10a057b97959d5915c9eab1947bea7b039d3218b.zip |
Merge https://github.com/friendica/friendica into pull
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) { |