[libdmapsharing] Brown paper bag release Signed-off-by: W. Michael Petullo <mike flyn org>



commit b4a1fbb1eab1e7aae5330896bb1f118315a62697
Author: W. Michael Petullo <mike flyn org>
Date:   Fri May 28 01:07:39 2010 -0500

    Brown paper bag release
    Signed-off-by: W. Michael Petullo <mike flyn org>

 configure.ac         |    4 ++--
 tests/test-dmap-db.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e244f7e..a954b2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
-AC_INIT(libdmapsharing, 1.9.0.18)
+AC_INIT(libdmapsharing, 1.9.0.19)
 
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(libdmapsharing, LIBDMAPSHARING, 1, 9, 0, 18, LIBDMAPSHARING_CVS="no", LIBDMAPSHARING_CVS="yes")
+AS_VERSION(libdmapsharing, LIBDMAPSHARING, 1, 9, 0, 19, LIBDMAPSHARING_CVS="no", LIBDMAPSHARING_CVS="yes")
 
 AM_INIT_AUTOMAKE
 
diff --git a/tests/test-dmap-db.c b/tests/test-dmap-db.c
index a4f9f10..991b46d 100644
--- a/tests/test-dmap-db.c
+++ b/tests/test-dmap-db.c
@@ -28,7 +28,7 @@ struct TestDMAPDbPrivate {
 };
 
 static DMAPRecord *
-test_dmap_db_lookup_by_id (DMAPDb *db, guint id)
+test_dmap_db_lookup_by_id (const DMAPDb *db, guint id)
 {
 	DMAPRecord *record;
 	record = g_hash_table_lookup (TEST_DMAP_DB (db)->priv->db, GUINT_TO_POINTER (id));
@@ -50,7 +50,7 @@ test_dmap_db_count (const DMAPDb *db)
 	return g_hash_table_size (TEST_DMAP_DB (db)->priv->db);
 }
 
-gint
+guint
 test_dmap_db_add (DMAPDb *db, DMAPRecord *record)
 {
         guint id;



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