Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfdesktop
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jeremy White
xfdesktop
Commits
9ec7efe2
Commit
9ec7efe2
authored
6 years ago
by
Romain Bouvier
Browse files
Options
Downloads
Patches
Plain Diff
Update for release
parent
31ebe59e
No related branches found
Branches containing commit
Tags
xfdesktop-4.13.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+1
-1
1 addition, 1 deletion
NEWS
configure.ac.in
+3
-3
3 additions, 3 deletions
configure.ac.in
with
4 additions
and
4 deletions
NEWS
+
1
−
1
View file @
9ec7efe2
4.13.2
(Not yet released)
4.13.2
======
[Please note that this is a development release.]
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
3
−
3
View file @
9ec7efe2
...
...
@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [13])
m4_define([xfdesktop_version_micro], [
1
])
m4_define([xfdesktop_version_micro], [
2
])
m4_define([xfdesktop_version_nano], [])
m4_define([xfdesktop_version_build], [@REVISION@])
m4_define([xfdesktop_version_tag],[
git
])
m4_define([xfdesktop_version_tag],[])
m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
dnl minimum required versions
...
...
@@ -22,7 +22,7 @@ m4_define([exo_minimum_version], [0.11.0])
m4_define([thunar_minimum_version], [1.7.0])
m4_define([wnck_minimum_version], [3.14])
m4_define([intltool_minimum_version], [0.31])
m4_define([xfconf_minimum_version], [4.12.
0
])
m4_define([xfconf_minimum_version], [4.12.
1
])
m4_define([cairo_minimum_version], [1.12])
dnl define a short version string for xfdesktop
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment