作図ソフト dia の改良版
修訂 | c0bd0066adc968b29edb8e34cb1f2ddcee93faff (tree) |
---|---|
時間 | 2009-05-04 03:27:11 |
作者 | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
Update for 0.97 final
@@ -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 | + | |
1 | 5 | dia-0.97-pre3: 2009-04-11 |
2 | 6 | |
3 | 7 | * integrated UI does not need a restart anymore (it must be selected on the |
@@ -25,7 +25,7 @@ | ||
25 | 25 | #endif |
26 | 26 | #define HAVE_LIBZ |
27 | 27 | |
28 | -#define VERSION "0.97-pre3" | |
28 | +#define VERSION "0.97" | |
29 | 29 | |
30 | 30 | /* |
31 | 31 | * We are linking libxml as DLL with either msvc or mingw, but this |
@@ -1,6 +1,6 @@ | ||
1 | 1 | dnl Process this -*- autoconf -*- file with autoconf to produce a |
2 | 2 | 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) | |
4 | 4 | AC_CONFIG_SRCDIR(app/diagram.c) |
5 | 5 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) |
6 | 6 |