[pdfmod] Update for 0.4 release



commit 3b96902f305e39f56cecd820f5df23617858ae0b
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Aug 4 10:24:39 2009 -0700

    Update for 0.4 release

 NEWS                               |    2 +-
 configure.ac                       |    2 +-
 data/pdfmod.desktop.in             |    2 +-
 src/PdfMod/PdfMod/GlobalActions.cs |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index af65950..af9d5ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 PDF Mod NEWS
 
 =========================
-Version 0.4 - Aug ?, 2009
+Version 0.4 - Aug 4, 2009
 =========================
 
 PDF Mod is now fully hosted on GNOME infrastructure, including
diff --git a/configure.ac b/configure.ac
index 46211e7..90e2f23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([pdfmod], [0.3])
+AC_INIT([pdfmod], [0.4])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar])
 AM_MAINTAINER_MODE
 AC_SUBST([ACLOCAL_AMFLAGS], ["-I . \${ACLOCAL_FLAGS}"])
diff --git a/data/pdfmod.desktop.in b/data/pdfmod.desktop.in
index d2136b7..bdf699a 100644
--- a/data/pdfmod.desktop.in
+++ b/data/pdfmod.desktop.in
@@ -12,6 +12,6 @@ IconName=pdfmod
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=pdfmod
 X-GNOME-Bugzilla-Component=general
-#X-GNOME-Bugzilla-Version= VERSION@
+X-GNOME-Bugzilla-Version=0.4
 Categories=GNOME;GTK;Utility;
 MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;
diff --git a/src/PdfMod/PdfMod/GlobalActions.cs b/src/PdfMod/PdfMod/GlobalActions.cs
index bf76a0d..40dd5e1 100644
--- a/src/PdfMod/PdfMod/GlobalActions.cs
+++ b/src/PdfMod/PdfMod/GlobalActions.cs
@@ -398,7 +398,7 @@ namespace PdfMod
 
             var dialog = new Gtk.AboutDialog () {
                 ProgramName = "PDF Mod",
-                Version = "0.3",
+                Version = "0.4",
                 Website = WIKI_URL,
                 WebsiteLabel = Catalog.GetString ("Visit Website"),
                 Authors = new string [] {



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