Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xfce
libxfce4util
Commits
f1ccb9ec
Commit
f1ccb9ec
authored
Jul 17, 2020
by
Simon Steinbeiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
ef141dda
Pipeline
#1350
passed with stages
in 1 minute and 35 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
NEWS
NEWS
+5
-0
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
f1ccb9ec
4.15.2
======
- Complete the field codes expansion
4.15.1
======
- Add field codes expansion and related utilities (code moved from garcon)
...
...
configure.ac.in
View file @
f1ccb9ec
...
...
@@ -13,10 +13,10 @@ dnl ***************************
m4_define([libxfce4util_verinfo], [7:0:0])
m4_define([libxfce4util_version_major], [4])
m4_define([libxfce4util_version_minor], [15])
m4_define([libxfce4util_version_micro], [
1
])
m4_define([libxfce4util_version_micro], [
2
])
m4_define([libxfce4util_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4util_version_build], [@REVISION@])
m4_define([libxfce4util_version_tag], [
git
])
m4_define([libxfce4util_version_tag], [])
m4_define([libxfce4util_version], [libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(), [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), [git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
dnl **************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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