Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac

SVN Commit by dpage: r4759 - trunk/pgadmin3/pkg/mac



Author: dpage
Date: 2005-11-25 08:45:59 +0000 (Fri, 25 Nov 2005)
New Revision: 4759

Modified:
   trunk/pgadmin3/pkg/mac/Info.plist.in
Log:
Use PGADMIN_LONG_VERSION instead of PGADMIN3_SHORT_VERSION at some places in Info.plist
[Florian G. Pflug]

Modified: trunk/pgadmin3/pkg/mac/Info.plist.in
===================================================================
--- trunk/pgadmin3/pkg/mac/Info.plist.in	2005-11-25 08:44:44 UTC (rev 4758)
+++ trunk/pgadmin3/pkg/mac/Info.plist.in	2005-11-25 08:45:59 UTC (rev 4759)
@@ -26,7 +26,7 @@
 	<key>CFBundleExecutable</key>
 	<string>pgAdmin3</string>
 	<key>CFBundleGetInfoString</key>
-	<string>pgAdmin3 PGADMIN_SHORT_VERSION</string>
+	<string>pgAdmin3 PGADMIN_LONG_VERSION</string>
 	<key>CFBundleIconFile</key>
 	<string>pgAdmin3.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -40,7 +40,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>PGADMIN_SHORT_VERSION</string>
+	<string>PGADMIN_LONG_VERSION</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 	<key>UTExportedTypeDeclarations</key>




Home | Main Index | Thread Index

top