Skip to content

Commit

Permalink
tag for 096
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 19, 2017
1 parent d27ee30 commit 3cb6f25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/changelogs/CHANGELOG-0.9.5-to-0.9.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changes from 0.9.5 to 0.9.6 - released 2017/9/19

Fixed: bug in the retrieval of scm info from info on disk
2 changes: 1 addition & 1 deletion extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<software>
<metadata>
<name>ggsysinfo</name>
<version>0.9.5</version>
<version>0.9.6</version>
<copyright>Copyright (C) 2008-2017 Gaetano Giunta</copyright>
<license>GNU General Public License v2.0</license>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ezinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ggsysinfoInfo
static function info()
{
return array( 'Name' => "<a href=\"http://projects.ez.no/ggsysinfo\">ggsysinfo</a>",
'Version' => "0.9.5",
'Version' => "0.9.6",
'Copyright' => "Copyright (C) 2008-2017 Gaetano Giunta",
'License' => "GNU General Public License v2.0"
);
Expand Down

0 comments on commit 3cb6f25

Please sign in to comment.