Skip to content

Commit ba26b80

Browse files
committed
Revert version number to 1.2
The newly added tests require a 1.2 version.
1 parent 93a6eb7 commit ba26b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/i18n/msgfmt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22
# Written by Martin v. Löwis <[email protected]>
3-
# Version 1.3 by s-ball <[email protected]>
3+
# Modified by s-ball <[email protected]>
44
"""Generate binary message catalog from textual translation description.
55
66
This program converts a textual Uniforum-style message catalog (.po file) into
@@ -42,7 +42,7 @@
4242
from email.parser import HeaderParser
4343
import codecs
4444

45-
__version__ = "1.3"
45+
__version__ = "1.2"
4646

4747

4848
MESSAGES = {}

0 commit comments

Comments
 (0)