summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsha <sha@8ad881fb-bd58-0410-9b3c-a354f00c238a>2008-10-13 14:05:44 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-06 12:45:41 +0200
commit386bd55a0946491ad060064e4e8009bde6308a07 (patch)
tree822552684f3e35ffcfca2ca623bc8b2a66968473
parent6a87c4fd2e471ce98428fbdf0c556496ec2048bb (diff)
downloadlibfsl-vpu-386bd55a0946491ad060064e4e8009bde6308a07.tar.gz
libfsl-vpu-386bd55a0946491ad060064e4e8009bde6308a07.tar.xz
Version bump to 0.1.0libvpu-v0.1.0
-rw-r--r--configure.ac2
-rw-r--r--src/GNUmakefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aaccdfb..597f0ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libfsl-vpu], [0.0.0], [bugs@pengutronix.de])
+AC_INIT([libfsl-vpu], [0.1.0], [bugs@pengutronix.de])
AC_CONFIG_HEADERS([include/libfsl-vpu_config.h])
AC_CONFIG_SRCDIR([src/vpu_io.c])
AC_CONFIG_MACRO_DIR([config/m4])
diff --git a/src/GNUmakefile.am b/src/GNUmakefile.am
index 8d13c54..577e336 100644
--- a/src/GNUmakefile.am
+++ b/src/GNUmakefile.am
@@ -11,7 +11,7 @@ libfsl_vpu_la_SOURCES = \
vpu_io.c vpu_lib.c vpu_util.c
libfsl_vpu_la_LDFLAGS = \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(PACKAGE_VERSION)
MAINTAINERCLEANFILES = \
GNUmakefile.in