Browse Source

b=508019, r=mfinkle, Update version numbers for 1.0b2

matthew.gertner@gmail.com 15 years ago
parent
commit
7d65b02e13
4 changed files with 7 additions and 5 deletions
  1. 1 1
      client/application.ini
  2. 3 1
      client/stub/Makefile.in
  3. 1 1
      confvars.sh
  4. 2 2
      extension/install.rdf

+ 1 - 1
client/application.ini

@@ -7,7 +7,7 @@ ID=prism@developer.mozilla.org
 
 [Gecko]
 MinVersion=1.8.1.0
-MaxVersion=1.9.1.*
+MaxVersion=1.9.2.*
 
 [XRE]
 EnableExtensionManager=1

+ 3 - 1
client/stub/Makefile.in

@@ -63,11 +63,13 @@ LIBS = \
   $(XPCOM_STANDALONE_GLUE_LDOPTS) \
   $(NULL)
 
-# Need to link with CoreFoundation on Mac
+# Need to add path to Carbon headers and link with CoreFoundation on Mac
 ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
 LIBS            += \
 		$(TK_LIBS) \
 		$(NULL)
+
+LOCAL_INCLUDES    += -I$(MACOS_SDK_DIR)/Developer/Headers/FlatCarbon
 endif
 
 ifeq (WINNT,$(OS_ARCH))

+ 1 - 1
confvars.sh

@@ -38,7 +38,7 @@
 
 MOZ_APP_NAME=prism
 MOZ_APP_DISPLAYNAME=Prism
-MOZ_APP_VERSION=0.9.9
+MOZ_APP_VERSION=1.0b2
 
 MOZ_XUL_APP=1
 MOZ_UPDATER=1

+ 2 - 2
extension/install.rdf

@@ -5,7 +5,7 @@
 		<em:type>2</em:type>
 		<em:name>Prism for Firefox</em:name>
 		<em:description>Create Prism applications directly in Firefox</em:description>
-		<em:version>0.9.9</em:version>
+		<em:version>1.0b2</em:version>
 		<em:creator>Prism Project</em:creator>
 		<em:iconURL>chrome://refractor/skin/install-shortcut48.png</em:iconURL>
 		<em:homepageURL>http://wiki.mozilla.org/Prism</em:homepageURL>
@@ -14,7 +14,7 @@
 			<Description>
 				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
 				<em:minVersion>3.0</em:minVersion>
-				<em:maxVersion>3.5b4</em:maxVersion>
+				<em:maxVersion>3.6a1pre</em:maxVersion>
 			</Description>
 		</em:targetApplication>
 	</Description>