opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/PlacelessTranslationService PlacelessTr...


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/PlacelessTranslationService PlacelessTr...
Date: Mon, 06 Oct 2003 13:02:52 -0400

CVSROOT:        /cvsroot/opental
Module name:    opental
Branch:         
Changes by:     Fernando Lalo Martins <address@hidden>  03/10/06 13:02:51

Modified files:
        PlacelessTranslationService: PlacelessTranslationService.py 

Log message:
        we'll be doing a release soon

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/PlacelessTranslationService.py.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: opental/PlacelessTranslationService/PlacelessTranslationService.py
diff -u opental/PlacelessTranslationService/PlacelessTranslationService.py:1.28 
opental/PlacelessTranslationService/PlacelessTranslationService.py:1.29
--- opental/PlacelessTranslationService/PlacelessTranslationService.py:1.28     
Sat Sep 27 16:28:16 2003
+++ opental/PlacelessTranslationService/PlacelessTranslationService.py  Mon Oct 
 6 13:02:50 2003
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
 """Placeless Translation Service for providing I18n to file-based code.
 
-$Id: PlacelessTranslationService.py,v 1.28 2003/09/27 20:28:16 lalo Exp $
+$Id: PlacelessTranslationService.py,v 1.29 2003/10/06 17:02:50 lalo Exp $
 """
 
 import sys, re, zLOG, Globals, fnmatch
@@ -84,7 +84,8 @@
     icon = 'misc_/PlacelessTranslationService/PlacelessTranslationService.png'
     # major, minor, patchlevel, internal
     # internal is always 0 on releases; if you hack this internally, increment 
it
-    _class_version = (0, 9, 9, 2)
+    # (exception: on beta releases, "internal" is the beta number)
+    _class_version = (0, 9, 9, 3)
     all_meta_types = ()
 
     security = ClassSecurityInfo()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]