Skip to content

Commit 54835ab

Browse files
committed
FIX: Fix version number;
1 parent 6c06633 commit 54835ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyResMan/BaseDialogs/pyResManDialogBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def __init__( self, parent ):
596596

597597
bSizer401.AddSpacer( ( 0, 0), 1, wx.EXPAND, 5 )
598598

599-
self.m_staticText101 = wx.StaticText( self._panelAbout, wx.ID_ANY, u"PyResMan v3.0", wx.DefaultPosition, wx.DefaultSize, wx.ALIGN_CENTRE )
599+
self.m_staticText101 = wx.StaticText( self._panelAbout, wx.ID_ANY, u"PyResMan v3.1", wx.DefaultPosition, wx.DefaultSize, wx.ALIGN_CENTRE )
600600
self.m_staticText101.Wrap( -1 )
601601
bSizer401.Add( self.m_staticText101, 0, wx.ALL|wx.EXPAND|wx.ALIGN_CENTER_VERTICAL, 5 )
602602

res/pyResManDialogBase.fbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8217,7 +8217,7 @@
82178217
<property name="gripper">0</property>
82188218
<property name="hidden">0</property>
82198219
<property name="id">wxID_ANY</property>
8220-
<property name="label">PyResMan v3.0</property>
8220+
<property name="label">PyResMan v3.1</property>
82218221
<property name="max_size"></property>
82228222
<property name="maximize_button">0</property>
82238223
<property name="maximum_size"></property>

0 commit comments

Comments
 (0)