From: Jim Evins Date: Mon, 16 May 2011 03:41:06 +0000 (-0400) Subject: Preparation for 3.0 release. X-Git-Tag: glabels-3_0_0~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c07f4f573f171a64bbe7119d3c97a043123f8b6;p=glabels Preparation for 3.0 release. --- diff --git a/MESSAGE-OF-DOOM b/MESSAGE-OF-DOOM deleted file mode 100644 index 59f90e53..00000000 --- a/MESSAGE-OF-DOOM +++ /dev/null @@ -1,15 +0,0 @@ - *** IMPORTANT *** - -This is an unstable (development) version of glabels. -It is for testing purposes only. - -Please, DO NOT use it in a production environment. -It will probably crash and you will lose your data. - -If you are looking for a stable release of glabels, it can be downloaded from: - - http://glabels.org/download - - *** END OF WARNING *** - - diff --git a/Makefile.am b/Makefile.am index da1735c2..0aec6e1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,8 +27,7 @@ EXTRA_DIST = \ intltool-update.in \ gnome-doc-utils.make \ glabels.spec.in \ - glabels.spec \ - MESSAGE-OF-DOOM + glabels.spec DISTCLEANFILES = gnome-doc-utils.make diff --git a/configure.ac b/configure.ac index a6e89587..4e3616df 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ dnl Process this file with autoconf to produce a configure script. dnl --------------------------------------------------------------------------- dnl - GLABELS version dnl --------------------------------------------------------------------------- -m4_define([glabels_major_version], [2]) -m4_define([glabels_minor_version], [3]) -m4_define([glabels_micro_version], [1]) +m4_define([glabels_major_version], [3]) +m4_define([glabels_minor_version], [0]) +m4_define([glabels_micro_version], [0]) m4_define([glabels_version], [glabels_major_version.glabels_minor_version.glabels_micro_version]) @@ -376,7 +376,3 @@ Optional barcode backends: " - - -cat ${srcdir}/MESSAGE-OF-DOOM -