summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 08:37:22 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 08:37:22 +0100
commite998bb280049ccd477b50a35718abdb46ab6a9fc (patch)
tree7b72895d0c9f62adbe882e396f1f96718e531196
parent4434379dff2fafe9ddab9c47763dc4d5b135aa23 (diff)
build: increase package version to 3libtsm-3
Same as for library/symbol version, we set the package version to 3 to avoid any conflicts with earlier embedded libtsm releases. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c559c39..f57ffb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
AC_PREREQ(2.68)
AC_INIT([libtsm],
- [1],
+ [3],
[https://github.com/dvdhrm/libtsm/issues],
[libtsm],
[http://dvdhrm.github.io/libtsm])