Skip to content

Commit

Permalink
Use 1.0.0 as shared library version on the v2 branch.
Browse files Browse the repository at this point in the history
This way we can add a 0.0.0 for the v1 branch.
  • Loading branch information
floitsch committed Jan 12, 2014
1 parent 12422cb commit 2fb03de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ optimize = ARGUMENTS.get('optimize', 0)
env.Replace(CXX = ARGUMENTS.get('CXX', 'g++'))

# for shared lib, requires scons 2.3.0
env['SHLIBVERSION'] = '0.0.0'
env['SHLIBVERSION'] = '1.0.0'

CCFLAGS = []
if int(debug):
Expand Down

0 comments on commit 2fb03de

Please sign in to comment.