Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=5bede9b9da30ea62f265a92d26448192e93eea35
commit 5bede9b9da30ea62f265a92d26448192e93eea35 Author: Miklos Vajna <[email protected]> Date: Thu Sep 3 13:33:49 2009 +0200 docs/Makefile: default to -stable in VERSION diff --git a/docs/Makefile b/docs/Makefile index 3cf223a..8229807 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -VERSION = $(shell git describe) (-current) +VERSION = $(shell git describe) (-stable) #VERSION = 0.6 (Terminus) PO_DIR ?= ~/git/translations/po XML_PATH = /usr/share/sgml/docbook/dtd/xml-dtd-4.2 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
