[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [301] Setting date and release strings for the
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [301] Setting date and release strings for the new bug-fix release. |
Date: |
Sat, 04 Aug 2012 07:46:15 +0000 |
Revision: 301
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=301
Author: valkov
Date: 2012-08-04 07:46:15 +0000 (Sat, 04 Aug 2012)
Log Message:
-----------
Setting date and release strings for the new bug-fix release.
Modified Paths:
--------------
branches/0.0.12/common.mk
branches/0.0.12/src/lm_constructors.js
Modified: branches/0.0.12/common.mk
===================================================================
--- branches/0.0.12/common.mk 2012-08-04 07:43:41 UTC (rev 300)
+++ branches/0.0.12/common.mk 2012-08-04 07:46:15 UTC (rev 301)
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Linterna Mágica. If not, see <http://www.gnu.org/licenses/>.
-VERSION = 0.0.12
+VERSION = 0.0.12-1
PACKAGE = linternamagica
GETTEXT_PACKAGE = linterna_magica
Modified: branches/0.0.12/src/lm_constructors.js
===================================================================
--- branches/0.0.12/src/lm_constructors.js 2012-08-04 07:43:41 UTC (rev
300)
+++ branches/0.0.12/src/lm_constructors.js 2012-08-04 07:46:15 UTC (rev
301)
@@ -187,7 +187,7 @@
// Release date string in POISIX time format (date +"%s")
// FIXME: Add real string
-LinternaMagica.prototype.release_date = "1339356727";
+LinternaMagica.prototype.release_date = "1344066273";
// The URL with information about the latest version. Must
// return JSONP data:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [301] Setting date and release strings for the new bug-fix release.,
Ivaylo Valkov <=