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
exo
Commits
f5c48f79
Commit
f5c48f79
authored
Dec 19, 2019
by
Sean Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
55e41c76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
NEWS
NEWS
+9
-0
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
f5c48f79
0.12.11
======
- General:
- Bump documentation dates
- Add *.mo to .gitignore
- Bug Fixes:
- Revert padding patches that add too much padding in the Thunar
compact view (Xfce #16196)
0.12.10
=======
- Bug Fixes:
...
...
configure.ac.in
View file @
f5c48f79
...
...
@@ -14,10 +14,10 @@ m4_define([libexo_version_api], [1])
m4_define([libexo2_version_api], [2])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [12])
m4_define([libexo_version_micro], [1
0
])
m4_define([libexo_version_micro], [1
1
])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
m4_define([libexo_version_tag], [
git
])
m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
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