Bumped version number to 2.0. Closes bug #125237.

2003-10-22  Dave Neary  <bolsh@gimp.org>

	* plug-ins/gfig/gfig.c: Bumped version number to 2.0. Closes
	bug #125237.
This commit is contained in:
Dave Neary 2003-10-22 20:41:38 +00:00 committed by David Neary
parent ac6bd36f52
commit 9db407dfa5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-22 Dave Neary <bolsh@gimp.org>
* plug-ins/gfig/gfig.c: Bumped version number to 2.0. Closes
bug #125237.
2003-10-22 Dave Neary <bolsh@gimp.org>
* app/gui/preferences-dialog.c: Add outstanding display options to

View File

@ -4206,7 +4206,7 @@ about_button_callback (GtkWidget *widget,
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);
label = gtk_label_new (_("Release 1.3"));
label = gtk_label_new (_("Release 2.0"));
gtk_misc_set_padding (GTK_MISC (label), 2, 2);
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);