Skip to content

Commit

Permalink
Bump version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta authored and Wolfgang Ulbrich committed Dec 2, 2015
1 parent 2da5a2b commit e84228a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.12.1
* Fix animation issues that led to crashes and visual glitches
* GTK+3 fixes
* Translations update

1.12.0
* Add manual and by-pointer window placement
* Use Alt-` for switching between windows of the same application
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.50)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [12])
m4_define([marco_micro_version], [0])
m4_define([marco_micro_version], [1])

m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
Expand Down

0 comments on commit e84228a

Please sign in to comment.