Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
v0.3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
u3shit committed Jul 20, 2016
1 parent a45e691 commit 02a6246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try:
stderr = subprocess.PIPE,
universal_newlines = True).strip('\n').lstrip('v')
except:
VERSION = '0.3.5'
VERSION = '0.3.5.1'

def fixup_msvc():
from waflib.TaskGen import after_method, feature
Expand Down Expand Up @@ -165,7 +165,7 @@ def build_common(bld):
rc_file(self, node)

import re
rc_ver = re.sub('-.*', '', re.sub('\.', ',', VERSION)) + ',0'
rc_ver = re.sub('-.*', '', re.sub('\.', ',', VERSION))
bld(features = 'subst',
source = 'src/version.hpp.in',
target = 'src/version.hpp',
Expand Down

0 comments on commit 02a6246

Please sign in to comment.