Skip to content

Commit

Permalink
version bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Dec 31, 2020
1 parent fca9437 commit bc99471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doxyfile_script
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "DragonScript Language API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.2
PROJECT_NUMBER = 1.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/scriptengine/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for h in headers:
envLibrary.Command('include/libdscript/{}'.format(h), h, Copy('$TARGET', '$SOURCE'))

if envLibrary['TARGET_PLATFORM'] != 'windows':
envLibrary['SHLIBVERSION'] = '1.2.0'
envLibrary['SHLIBVERSION'] = '1.3.0'

library = envLibrary.SharedLibrary(target='dscript', source=objects)
targetLibrary.build.extend(library)
Expand Down

0 comments on commit bc99471

Please sign in to comment.