Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-cpufreq-plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Panel Plugins
xfce4-cpufreq-plugin
Commits
6b50b7d4
Commit
6b50b7d4
authored
Apr 21, 2016
by
Harald Judt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
355cb490
Changes
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 @
6b50b7d4
1.1.3 (2016-04-22)
------------------
* Translation updates: Catalan, Greek, Hebrew, Icelandic, Spanish,
Swedish
1.1.2 (2015-06-23)
------------------
* Fix IT_PROG_INTLTOOL warning
...
...
configure.ac.in
View file @
6b50b7d4
...
...
@@ -7,9 +7,9 @@ dnl Version information
AC_CONFIG_MACRO_DIR([m4])
m4_define([cpufreq_version_major], [1])
m4_define([cpufreq_version_minor], [1])
m4_define([cpufreq_version_micro], [
2
])
m4_define([cpufreq_version_micro], [
3
])
m4_define([cpufreq_version_build], [@REVISION@])
m4_define([cpufreq_version_tag], [
git
])
m4_define([cpufreq_version_tag], [])
m4_define([cpufreq_version], [cpufreq_version_major().cpufreq_version_minor().cpufreq_version_micro()ifelse(cpufreq_version_tag(), [git], [cpufreq_version_tag()-cpufreq_version_build()], [cpufreq_version_tag()])])
dnl Initialize autoconf
...
...
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