We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133f3d6 commit 33cd811Copy full SHA for 33cd811
build_date.as
@@ -1 +1 @@
1
-public var build_date:String='2020_11_19';
+public var build_date:String='2020_12_29';
net/systemeD/potlatch2/save/SaveDialog.mxml
@@ -10,7 +10,7 @@
10
<mx:ArrayCollection id="changesetTags">
11
<fx:Object k="created_by" v="Potlatch"/>
12
<fx:Object k="version" v="{application.version}"/>
13
- <fx:Object k="build" v="{application.build_number}"/>
+ <fx:Object k="build" v="{application.build_date}"/>
14
<fx:Object k="os" v="{Capabilities.os}"/>
15
</mx:ArrayCollection>
16
</fx:Declarations>
0 commit comments