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 #350 from adobe/randy/set-sprint-33
Browse files Browse the repository at this point in the history
Set Sprint 33
  • Loading branch information
redmunds committed Oct 10, 2013
2 parents 3c6205b + 0c6f9f7 commit 582bedb
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
Expand Up @@ -19,9 +19,9 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.32.0</string> <string>0.33.0</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.32.0</string> <string>0.33.0</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions appshell/version.rc
Expand Up @@ -32,7 +32,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //


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


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


<DirectoryRef Id="ProgramMenuFolder"> <DirectoryRef Id="ProgramMenuFolder">
<Component Id="StartMenuShortcut" Guid="{38fa7196-af6e-64d2-b00c-ce865ef3b80f}" Win64="no" > <Component Id="StartMenuShortcut" Guid="{6854c7b8-17fd-d8f1-74b1-26df372162e7}" Win64="no" >
<Shortcut Id="AppShortcut" Name="!(loc.ProductName) $(var.ProductVersionName)" <Shortcut Id="AppShortcut" Name="!(loc.ProductName) $(var.ProductVersionName)"
Description="!(loc.ShortcutDescription)" Description="!(loc.ShortcutDescription)"
Target="[INSTALLDIR]\$(var.ExeName).exe" /> Target="[INSTALLDIR]\$(var.ExeName).exe" />
Expand Down
2 changes: 1 addition & 1 deletion installer/win/brackets-win-install-build.xml
Expand Up @@ -12,7 +12,7 @@ default="build.mul">
<!-- See also: product name definitions in Brackets_<locale>.wxl --> <!-- See also: product name definitions in Brackets_<locale>.wxl -->
<property name="product.shortname" value="Brackets"/> <property name="product.shortname" value="Brackets"/>
<property name="product.fullname" value="Brackets"/> <property name="product.fullname" value="Brackets"/>
<property name="product.sprint.number" value="32"/> <property name="product.sprint.number" value="33"/>
<property name="product.version.number" value="0.${product.sprint.number}"/> <property name="product.version.number" value="0.${product.sprint.number}"/>
<property name="product.version.name" value="Sprint ${product.sprint.number}"/> <property name="product.version.name" value="Sprint ${product.sprint.number}"/>
<property name="product.manufacturer" value="brackets.io"/> <property name="product.manufacturer" value="brackets.io"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "Brackets-Shell", "name": "Brackets-Shell",
"version": "0.32.0-0", "version": "0.33.0-0",
"homepage": "http://brackets.io", "homepage": "http://brackets.io",
"issues": { "issues": {
"url": "http://github.com/adobe/brackets-shell/issues" "url": "http://github.com/adobe/brackets-shell/issues"
Expand Down

0 comments on commit 582bedb

Please sign in to comment.