• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

修訂c0bd0066adc968b29edb8e34cb1f2ddcee93faff (tree)
時間2009-05-04 03:27:11
作者Hans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

Update for 0.97 final

Change Summary

差異

--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
1+dia-0.97: 2009-05-03
2+
3+ * a few more bugs fixed, some updated translations, build from git
4+
15 dia-0.97-pre3: 2009-04-11
26
37 * integrated UI does not need a restart anymore (it must be selected on the
--- a/config.h.win32
+++ b/config.h.win32
@@ -25,7 +25,7 @@
2525 #endif
2626 #define HAVE_LIBZ
2727
28-#define VERSION "0.97-pre3"
28+#define VERSION "0.97"
2929
3030 /*
3131 * We are linking libxml as DLL with either msvc or mingw, but this
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 dnl Process this -*- autoconf -*- file with autoconf to produce a
22 dnl configure script.
3-AC_INIT(dia, 0.97-pre3, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
3+AC_INIT(dia, 0.97, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66