Skip to content

Commit 2e8bff4

Browse files
committed
Bump version to v0.2.2
1 parent 1f0f299 commit 2e8bff4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Properties.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ void *MMF2Func GetPropValue(mv *mV, SerializedED *SED, UINT PropID)
239239
case Prop::Version:
240240
{
241241
#ifdef UNICODE
242-
return new CPropStringValue(_T("Unicode v1.6 December 2015 (v0.2.1-chrilley)"));
242+
return new CPropStringValue(_T("Unicode v1.6 December 2015 (v0.2.2-chrilley)"));
243243
#else
244-
return new CPropStringValue(_T("ANSI v1.6 December 2015 (v0.2.1-chrilley)"));
244+
return new CPropStringValue(_T("ANSI v1.6 December 2015 (v0.2.2-chrilley)"));
245245
#endif
246246
}
247247
case Prop::DefPath:

0 commit comments

Comments
 (0)