Bump version numbers for 1.2 release

This commit is contained in:
Matthias Neeracher 2011-08-26 19:14:58 +00:00
parent b8d3b6e751
commit b5905abe26
3 changed files with 8 additions and 5 deletions

View File

@ -237,7 +237,7 @@
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array/> <array/>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5a1</string> <string>1.2</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -961,6 +961,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Resources/Info.plist; INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = VocalEasel; PRODUCT_NAME = VocalEasel;
SDKROOT = macosx10.6; SDKROOT = macosx10.6;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
@ -984,6 +985,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Resources/Info.plist; INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = VocalEasel; PRODUCT_NAME = VocalEasel;
SDKROOT = macosx10.6; SDKROOT = macosx10.6;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
@ -1002,6 +1004,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Resources/Info.plist; INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = VocalEasel; PRODUCT_NAME = VocalEasel;
SDKROOT = macosx10.6; SDKROOT = macosx10.6;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;

View File

@ -5,8 +5,8 @@
# #
# Update NEWS manually, then... # Update NEWS manually, then...
# #
scripts/ChangeLogSince VocalEasel-1.0 scripts/ChangeLogSince VocalEasel-1.1
scripts/TagRelease VocalEasel-1.1 scripts/TagRelease VocalEasel-1.2
scripts/BuildSourceDist VocalEasel-1.1 scripts/BuildSourceDist VocalEasel-1.2
scripts/BuildBinDist VocalEasel-1.1 scripts/BuildBinDist VocalEasel-1.2