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

Commit

Permalink
Merge pull request #238 from adobe/randy/sprint-25
Browse files Browse the repository at this point in the history
Set sprint to 25
  • Loading branch information
redmunds committed May 6, 2013
2 parents 5b43e9e + 2144fd1 commit e146c39
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions appshell/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.25.0</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.25.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions appshell/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,24,0,0
FILEVERSION 0,25,0,0
/* PRODUCTVERSION 1,0,0,0 */
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
Expand All @@ -43,7 +43,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "brackets.io\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "Sprint 24\0"
VALUE "FileVersion", "Sprint 25\0"
VALUE "ProductName", APP_NAME "\0"
VALUE "ProductVersion", "\0"
VALUE "LegalCopyright", "(c) 2012 Adobe Systems, Inc.\0"
Expand Down
2 changes: 1 addition & 1 deletion installer/mac/buildInstaller.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# config
releaseName="Brackets Sprint 24"
releaseName="Brackets Sprint 25"
format="bzip2"
encryption="none"
tmpLayout="./dropDmgConfig/layouts/tempLayout"
Expand Down
2 changes: 1 addition & 1 deletion installer/win/Brackets.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
</DirectoryRef>

<DirectoryRef Id="ProgramMenuFolder">
<Component Id="StartMenuShortcut" Guid="{c6460962-7680-2921-c007-10f7a73968f3}" Win64="no" >
<Component Id="StartMenuShortcut" Guid="{acee4b68-ddb5-77c3-2c53-dfffe4fb972f}" Win64="no" >
<Shortcut Id="AppShortcut" Name="!(loc.ProductName) $(var.ProductVersionName)"
Description="!(loc.ShortcutDescription)"
Target="[INSTALLDIR]\$(var.ExeName).exe" />
Expand Down
2 changes: 1 addition & 1 deletion installer/win/brackets-win-install-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default="build.mul">
<!-- See also: product name definitions in Brackets_<locale>.wxl -->
<property name="product.shortname" value="Brackets"/>
<property name="product.fullname" value="Brackets"/>
<property name="product.sprint.number" value="24"/>
<property name="product.sprint.number" value="25"/>
<property name="product.version.number" value="0.${product.sprint.number}"/>
<property name="product.version.name" value="Sprint ${product.sprint.number}"/>
<property name="product.manufacturer" value="brackets.io"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Brackets-Shell",
"version": "0.24.0-0",
"version": "0.25.0-0",
"homepage": "http://brackets.io",
"issues": {
"url": "http://github.com/adobe/brackets-shell/issues"
Expand Down

0 comments on commit e146c39

Please sign in to comment.