summaryrefslogtreecommitdiff
path: root/pkg/libinput/libinput-version.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-11-02 15:44:51 -0700
committerMichael Forney <mforney@mforney.org>2018-11-03 01:20:57 -0700
commitad59e960b0170c57ed954336508b8ade4f899fc5 (patch)
treee61be5a6533c4a8d8a846c5822569f2acb009633 /pkg/libinput/libinput-version.h
parent067d550834f05b8941764d1c53d9875dddd0ff36 (diff)
libinput: Update to 1.12.2
Diffstat (limited to 'pkg/libinput/libinput-version.h')
-rw-r--r--pkg/libinput/libinput-version.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/libinput/libinput-version.h b/pkg/libinput/libinput-version.h
new file mode 100644
index 00000000..985f348c
--- /dev/null
+++ b/pkg/libinput/libinput-version.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright © 2013 Jonas Ådahl
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the next
+ * paragraph) shall be included in all copies or substantial portions of the
+ * Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+
+#ifndef LIBINPUT_VERSION_H
+#define LIBINPUT_VERSION_H
+
+#define LIBINPUT_VERSION_MAJOR 1
+#define LIBINPUT_VERSION_MINOR 12
+#define LIBINPUT_VERSION_MICRO 2
+#define LIBINPUT_VERSION "1.12.2"
+
+#endif