Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bindings
thunarx-python
Commits
4451b3d6
Commit
4451b3d6
authored
Feb 12, 2018
by
Adam Plumb
Browse files
Bump to release v0.5.1
parent
e6fceace
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
4451b3d6
0.5.1:
- Fix bug #14199, building docs with python3
0.5.0:
- Updated to work with python3 or python2
- Improve extension path loading semantics to follow XDG recommendations
...
...
configure.ac.in
View file @
4451b3d6
...
...
@@ -13,7 +13,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([txp_version_major], [0])
m4_define([txp_version_minor], [5])
m4_define([txp_version_micro], [
0
])
m4_define([txp_version_micro], [
1
])
m4_define([txp_version_tag], [])
m4_define([txp_version_build], [])
m4_define([txp_version], [txp_version_major().txp_version_minor().txp_version_micro()ifelse(txp_version_tag(), [], [], [txp_version_tag()-txp_version_build()])])
...
...
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