From 4c07f4f573f171a64bbe7119d3c97a043123f8b6 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sun, 15 May 2011 23:41:06 -0400 Subject: [PATCH] Preparation for 3.0 release. --- MESSAGE-OF-DOOM | 15 --------------- Makefile.am | 3 +-- configure.ac | 10 +++------- 3 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 MESSAGE-OF-DOOM 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 - -- 2.39.2