build: increase package version to 3 upstream upstream/3.0
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 29 Oct 2013 07:37:22 +0000 (08:37 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 29 Oct 2013 07:37:22 +0000 (08:37 +0100)
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>
configure.ac

index c559c39..f57ffb3 100644 (file)
@@ -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])