Skip to content

Commit

Permalink
updated for version 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Bacchilega committed May 18, 2014
1 parent b5a864c commit 20742bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
version 3.2.8
-------------

Bugs fixed:

* set G_APPLICATION_HANDLES_COMMAND_LINE for the application (#728341)
* web album: fixed thumbnail size (#727775)

New or updated application translations:

* Polish (Piotr Drąg)

version 3.2.7
-------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([gthumb_major_version], [3])
m4_define([gthumb_minor_version], [2])
m4_define([gthumb_micro_version], [7])
m4_define([gthumb_micro_version], [8])
m4_define([gthumb_version],
[gthumb_major_version.gthumb_minor_version.gthumb_micro_version])
m4_define([gthumb_api_version],
Expand Down

0 comments on commit 20742bf

Please sign in to comment.