[seahorse/gnome-3-0] Release version 3.0.0



commit 2ea04bc447f0ddc79dd218e46d5f605ca2d4a0ba
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Apr 4 13:27:31 2011 +0200

    Release version 3.0.0

 .gitignore         |    1 +
 NEWS               |    5 +++++
 configure.in       |    2 +-
 pkcs11/Makefile.am |    3 ++-
 4 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8f3a08..1a811a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 .tm*
 ~*
 tmp-*
+*~
 
 /configure.lineno
 /Makefile
diff --git a/NEWS b/NEWS
index 143dc84..172f302 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+seahorse 3.0.0
+--------------
+
+ * Translations updated
+
 seahorse 2.91.93
 ----------------
 
diff --git a/configure.in b/configure.in
index e1fa5f9..7eba909 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_PREREQ(2.52)
 dnl ****************************************************************************
 dnl MAIN SEAHORSE VERSION (update after release)
 
-AC_INIT(seahorse, 2.91.93)
+AC_INIT(seahorse, 3.0.0)
 
 dnl ****************************************************************************
 dnl LIBCRYPTUI libtool versioning
diff --git a/pkcs11/Makefile.am b/pkcs11/Makefile.am
index c82cbe4..344456c 100644
--- a/pkcs11/Makefile.am
+++ b/pkcs11/Makefile.am
@@ -32,7 +32,8 @@ libseahorse_pkcs11_la_SOURCES = \
 
 libseahorse_pkcs11_la_LIBADD = \
 	$(top_builddir)/libseahorse/libseahorse.la \
-	$(top_builddir)/libcryptui/libcryptui.la
+	$(top_builddir)/libcryptui/libcryptui.la \
+	$(GCR_LIBS)
 
 ui_DATA =
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]