Skip to content

Commit

Permalink
Put build date in changeset tags
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed Dec 29, 2020
1 parent 133f3d6 commit 33cd811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_date.as
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public var build_date:String='2020_11_19';
public var build_date:String='2020_12_29';
2 changes: 1 addition & 1 deletion net/systemeD/potlatch2/save/SaveDialog.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<mx:ArrayCollection id="changesetTags">
<fx:Object k="created_by" v="Potlatch"/>
<fx:Object k="version" v="{application.version}"/>
<fx:Object k="build" v="{application.build_number}"/>
<fx:Object k="build" v="{application.build_date}"/>
<fx:Object k="os" v="{Capabilities.os}"/>
</mx:ArrayCollection>
</fx:Declarations>
Expand Down

0 comments on commit 33cd811

Please sign in to comment.