banshee r4123 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs



Author: abock
Date: Thu Jun  5 17:07:09 2008
New Revision: 4123
URL: http://svn.gnome.org/viewvc/banshee?rev=4123&view=rev

Log:
Bump version

Modified:
   trunk/banshee/configure.ac
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs

Modified: trunk/banshee/configure.ac
==============================================================================
--- trunk/banshee/configure.ac	(original)
+++ trunk/banshee/configure.ac	Thu Jun  5 17:07:09 2008
@@ -1,8 +1,8 @@
 dnl Automake setup
 
-AC_INIT([banshee-1], [0.99.3]) 
-ASM_DISPLAY_VERSION="1.0 RC1"
-DEVEL_BUILD=yes
+AC_INIT([banshee-1], [1.0.0]) 
+ASM_DISPLAY_VERSION="1.0"
+DEVEL_BUILD=no
 
 AC_CANONICAL_SYSTEM
 AC_PREREQ(2.13)

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs	Thu Jun  5 17:07:09 2008
@@ -82,7 +82,7 @@
             // than plain Name, since it's been depreciated. We can't do that
             // yet though since it breaks stuff for other people. 
             Name = "Banshee";
-            Logo = Gdk.Pixbuf.LoadFromResource (ApplicationContext.Debugging ? "jcastro.png" : "banshee-logo.png");
+            Logo = Gdk.Pixbuf.LoadFromResource (ApplicationContext.Debugging ? /*"jcastro.png"*/ "banshee-logo.png" : "banshee-logo.png");
             Version = String.Format ("{0} ({1})", 
                 Banshee.ServiceStack.Application.DisplayVersion, 
                 Banshee.ServiceStack.Application.Version);



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