[dia] Update for 0.97 final



commit c0bd0066adc968b29edb8e34cb1f2ddcee93faff
Author: Hans Breuer <hans breuer org>
Date:   Sun May 3 20:27:11 2009 +0200

    Update for 0.97 final
---
 NEWS           |    4 ++++
 config.h.win32 |    2 +-
 configure.in   |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index e9437c3..4d4e0a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+dia-0.97: 2009-05-03
+
+  * a few more bugs fixed, some updated translations, build from git
+
 dia-0.97-pre3: 2009-04-11
 
   * integrated UI does not need a restart anymore (it must be selected on the 
diff --git a/config.h.win32 b/config.h.win32
index f373ec3..3011c03 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -25,7 +25,7 @@
 #endif
 #define HAVE_LIBZ
 
-#define VERSION "0.97-pre3"
+#define VERSION "0.97"
 
 /*
  * We are linking libxml as DLL with either msvc or mingw, but this
diff --git a/configure.in b/configure.in
index e688c70..d27ee6e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 dnl Process this -*- autoconf -*- file with autoconf to produce a 
 dnl configure script.
-AC_INIT(dia, 0.97-pre3, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
+AC_INIT(dia, 0.97, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
 AC_CONFIG_SRCDIR(app/diagram.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
 



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