[Gpredict-svn] SF.net SVN: gpredict:[778] trunk/configure.ac
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2011-03-01 15:48:19
|
Revision: 778
http://gpredict.svn.sourceforge.net/gpredict/?rev=778&view=rev
Author: csete
Date: 2011-03-01 15:48:13 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
Update version number.
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2011-03-01 15:47:33 UTC (rev 777)
+++ trunk/configure.ac 2011-03-01 15:48:13 UTC (rev 778)
@@ -2,7 +2,7 @@
AM_CONFIG_HEADER(build-config.h)
-AM_INIT_AUTOMAKE(gpredict, 1.3svn)
+AM_INIT_AUTOMAKE(gpredict, 1.3)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.21])
@@ -45,7 +45,7 @@
dnl Add the languages which your application supports here.
dnl Note that other progs only have ALL_LINGUAS and AM_GLIB_GNU_GETTEXT
-ALL_LINGUAS="cs de en_GB en_US es fi fr it lt ru th"
+ALL_LINGUAS="cs da de en_GB en_US es fi fr it lt ru th"
GETTEXT_PACKAGE=gpredict
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|