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
libinput
libinput
Commits
f893f2bf
Commit
f893f2bf
authored
Mar 24, 2015
by
Peter Hutterer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: libinput 0.13.0
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
0e262e55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
f893f2bf
AC_PREREQ([2.64])
AC_PREREQ([2.64])
m4_define([libinput_major_version], [0])
m4_define([libinput_major_version], [0])
m4_define([libinput_minor_version], [1
2
])
m4_define([libinput_minor_version], [1
3
])
m4_define([libinput_micro_version], [0])
m4_define([libinput_micro_version], [0])
m4_define([libinput_version],
m4_define([libinput_version],
[libinput_major_version.libinput_minor_version.libinput_micro_version])
[libinput_major_version.libinput_minor_version.libinput_micro_version])
...
@@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
...
@@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
# b) If interfaces have been changed or added, but binary compatibility has
# b) If interfaces have been changed or added, but binary compatibility has
# been preserved, change to C+1:0:A+1
# been preserved, change to C+1:0:A+1
# c) If the interface is the same as the previous version, change to C:R+1:A
# c) If the interface is the same as the previous version, change to C:R+1:A
LIBINPUT_LT_VERSION=10:
0
:0
LIBINPUT_LT_VERSION=10:
1
:0
AC_SUBST(LIBINPUT_LT_VERSION)
AC_SUBST(LIBINPUT_LT_VERSION)
AM_SILENT_RULES([yes])
AM_SILENT_RULES([yes])
...
...
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