forked from I2P_Developers/i2p.i2p
Build: Fix the tagged string with '75%'
which causes gettext to add a java-printf-format directive, then the testscript fails if the translated string doesn't have a '%' in it; strip out the directive Bump for review
This commit is contained in:
@@ -115,9 +115,11 @@ do
|
||||
RC=1
|
||||
break
|
||||
fi
|
||||
rm -f ${i}t
|
||||
# so we don't do this again
|
||||
touch $i
|
||||
# the string with '75%' causes it to add a java-printf-format directive,
|
||||
# and then the testscript fails if the translated
|
||||
# string doesn't have a '%' in it; strip out the directive
|
||||
grep -v java-printf-format $i > ${i}t
|
||||
mv ${i}t ${i}
|
||||
fi
|
||||
|
||||
if [ "$LG" != "en" ]
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 7;
|
||||
public final static long BUILD = 8;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
||||
Reference in New Issue
Block a user