Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit e146c39

Browse files
committed
Merge pull request #238 from adobe/randy/sprint-25
Set sprint to 25
2 parents 5b43e9e + 2144fd1 commit e146c39

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

appshell/mac/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.24.0</string>
22+
<string>0.25.0</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>0.24.0</string>
24+
<string>0.25.0</string>
2525
<key>NSMainNibFile</key>
2626
<string>MainMenu</string>
2727
<key>NSPrincipalClass</key>

appshell/version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3232
//
3333

3434
VS_VERSION_INFO VERSIONINFO
35-
FILEVERSION 0,24,0,0
35+
FILEVERSION 0,25,0,0
3636
/* PRODUCTVERSION 1,0,0,0 */
3737
FILEOS VOS__WINDOWS32
3838
FILETYPE VFT_APP
@@ -43,7 +43,7 @@ BEGIN
4343
BEGIN
4444
VALUE "CompanyName", "brackets.io\0"
4545
VALUE "FileDescription", "\0"
46-
VALUE "FileVersion", "Sprint 24\0"
46+
VALUE "FileVersion", "Sprint 25\0"
4747
VALUE "ProductName", APP_NAME "\0"
4848
VALUE "ProductVersion", "\0"
4949
VALUE "LegalCopyright", "(c) 2012 Adobe Systems, Inc.\0"

installer/mac/buildInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# config
4-
releaseName="Brackets Sprint 24"
4+
releaseName="Brackets Sprint 25"
55
format="bzip2"
66
encryption="none"
77
tmpLayout="./dropDmgConfig/layouts/tempLayout"

installer/win/Brackets.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
3232
</DirectoryRef>
3333

3434
<DirectoryRef Id="ProgramMenuFolder">
35-
<Component Id="StartMenuShortcut" Guid="{c6460962-7680-2921-c007-10f7a73968f3}" Win64="no" >
35+
<Component Id="StartMenuShortcut" Guid="{acee4b68-ddb5-77c3-2c53-dfffe4fb972f}" Win64="no" >
3636
<Shortcut Id="AppShortcut" Name="!(loc.ProductName) $(var.ProductVersionName)"
3737
Description="!(loc.ShortcutDescription)"
3838
Target="[INSTALLDIR]\$(var.ExeName).exe" />

installer/win/brackets-win-install-build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default="build.mul">
1212
<!-- See also: product name definitions in Brackets_<locale>.wxl -->
1313
<property name="product.shortname" value="Brackets"/>
1414
<property name="product.fullname" value="Brackets"/>
15-
<property name="product.sprint.number" value="24"/>
15+
<property name="product.sprint.number" value="25"/>
1616
<property name="product.version.number" value="0.${product.sprint.number}"/>
1717
<property name="product.version.name" value="Sprint ${product.sprint.number}"/>
1818
<property name="product.manufacturer" value="brackets.io"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Brackets-Shell",
3-
"version": "0.24.0-0",
3+
"version": "0.25.0-0",
44
"homepage": "http://brackets.io",
55
"issues": {
66
"url": "http://github.com/adobe/brackets-shell/issues"

0 commit comments

Comments
 (0)