From: David Herrmann Date: Tue, 29 Oct 2013 07:37:22 +0000 (+0100) Subject: build: increase package version to 3 X-Git-Tag: upstream/3.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fupstream%2F3.0;p=platform%2Fupstream%2Flibtsm.git build: increase package version to 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 --- 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])