Skip to content
Snippets Groups Projects
Commit fab8731e authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

Updates for release

parent a50a7960
No related branches found
No related tags found
No related merge requests found
Version 1.4.1 - 2016-11-28
- New application icon
- Improve clipman panel plugin icon sizing (Bug #12854)
- Add a non-symbolic fallback icon
- Adjust menu geometry to fit all elements (Bug #12865)
- Avoid 'bad symlink' warning. (Bug #12850)
- Fix tooltip of show QR code (Bug #12752)
- Translation updates: Chinese (China), Chinese (Taiwan), Croatian, Dutch
(Flemish), English (Australia), French, German, Hebrew, Icelandic, Japanese,
Korean, Lithuanian, Malay, Occitan, Polish, Portuguese, Portuguese (Brazilian),
Slovak, Spanish, Swedish, Ukrainia
Version 1.4.0 - 2016-09-15
- Port to Gtk3
......
......@@ -11,9 +11,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([project_version_major], [1])
m4_define([project_version_minor], [4])
m4_define([project_version_micro], [0])
m4_define([project_version_micro], [1])
m4_define([project_version_build], [@REVISION@])
m4_define([project_version_tag], [git]) # leave empty for release
m4_define([project_version_tag], []) # leave empty for release
m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])])
dnl ***************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment