]> git.sur5r.net Git - glabels/commitdiff
Preparation for 3.0 release.
authorJim Evins <evins@snaught.com>
Mon, 16 May 2011 03:41:06 +0000 (23:41 -0400)
committerJim Evins <evins@snaught.com>
Mon, 16 May 2011 03:46:23 +0000 (23:46 -0400)
MESSAGE-OF-DOOM [deleted file]
Makefile.am
configure.ac

diff --git a/MESSAGE-OF-DOOM b/MESSAGE-OF-DOOM
deleted file mode 100644 (file)
index 59f90e5..0000000
+++ /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 ***
-
-
index da1735c2636400002246a8a7f7b40a758b8540a1..0aec6e1bdfeba6987aa0ed53e08c1a3f7069e0fe 100644 (file)
@@ -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
 
index a6e89587d262ea0cab5e187b2e3ea9e94de8bafc..4e3616df4490d729818ea976900a579a332be99b 100644 (file)
@@ -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
-