Skip to content

Commit

Permalink
#57 In Progress - Aligned versioning scheme with Adobe AIR SDK (Use M…
Browse files Browse the repository at this point in the history
…ajor versions and Build versions)
  • Loading branch information
vpmedia committed Sep 13, 2014
1 parent a1b2c8f commit 3896ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ $?AVMSHELL=$(SDK)/usr/bin/avmshell$(EXEEXT)
# ====================================================================================
# Other options
# ====================================================================================
$?FLASCC_VERSION_MAJOR:=1
$?FLASCC_VERSION_MAJOR:=15
$?FLASCC_VERSION_MINOR:=0
$?FLASCC_VERSION_PATCH:=5
$?FLASCC_VERSION_PATCH:=0
$?FLASCC_VERSION_BUILD:=3
$?SDKNAME=CrossBridge_$(FLASCC_VERSION_MAJOR).$(FLASCC_VERSION_MINOR).$(FLASCC_VERSION_PATCH).$(FLASCC_VERSION_BUILD)
BUILD_VER_DEFS"-DFLASCC_VERSION_MAJOR=$(FLASCC_VERSION_MAJOR) -DFLASCC_VERSION_MINOR=$(FLASCC_VERSION_MINOR) -DFLASCC_VERSION_PATCH=$(FLASCC_VERSION_PATCH) -DFLASCC_VERSION_BUILD=$(FLASCC_VERSION_BUILD)"
Expand Down

0 comments on commit 3896ff6

Please sign in to comment.