From: Jim Evins Date: Sun, 30 Nov 2003 04:32:00 +0000 (+0000) Subject: Final preps for 1.93.0. X-Git-Tag: glabels-2_3_0~532 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=516923ce1d1be249861bd04423fd8aebdc338675;p=glabels Final preps for 1.93.0. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@361 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- diff --git a/glabels2/TODO b/glabels2/TODO index 9aec027f..6630b6bb 100644 --- a/glabels2/TODO +++ b/glabels2/TODO @@ -1,10 +1,4 @@ -General -------- - -- Validate and clean up label templates: - - Development plan ---------------- This development plan sets a specific set of milestones for future @@ -35,11 +29,11 @@ Goals for 2.0: main window. This dialog will be automatically displayed for new objects, so that the user can begin editing text, selecting images, or entering barcode data. + [Completed] - Migrate to libgnomeprint-2.2. [Completed] - Goals for beyond 2.0: - Editing text in-place. diff --git a/glabels2/configure.in b/glabels2/configure.in index 623f6aaa..b05cbfe8 100644 --- a/glabels2/configure.in +++ b/glabels2/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(glabels, 1.93.0cvs, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116) +AC_INIT(glabels, 1.93.0, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116) AC_CONFIG_SRCDIR(src/glabels.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)