Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gaël Bonithon
xfce4-power-manager
Commits
2f82359c
Commit
2f82359c
authored
Dec 23, 2020
by
Simon Steinbeiss
Browse files
Updates for release
parent
8efac3fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2f82359c
4.16.0
======
- bump glib (and gio, gthread, etc) minimum to 2.50.0
- panel-plugin: Prefer ac-adapter-symbolic (Fixes #103)
- Add new icons in size 24x24 and 32x32
- Translation Updates:
Albanian, Basque, Catalan, Danish, Estonian, French, Galician,
Hebrew, Indonesian, Norwegian Bokmål, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovenian, Swedish, Turkish
1.7.1
======
This is a development release.
...
...
configure.ac.in
View file @
2f82359c
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [
1
])
m4_define([xfpm_version_minor], [
7
])
m4_define([xfpm_version_micro], [
1
])
m4_define([xfpm_version_major], [
4
])
m4_define([xfpm_version_minor], [
16
])
m4_define([xfpm_version_micro], [
0
])
m4_define([xfpm_version_build], [@REVISION@])
m4_define([xfpm_version_tag], [
git
])
m4_define([xfpm_version_tag], [])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment