summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
-rw-r--r--osx/Info.plist.in (renamed from osx/Info.plist)6
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index adaf4090..a82e37f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ po/Makefile.in.in
 po/POTFILES
 po/remove-potcdate.sed
 po/stamp-*
+osx/Info.plist
 data/pkgconfig/hexchat-plugin.pc
 data/misc/hexchat.appdata.xml
 src/common/dbus/example
diff --git a/configure.ac b/configure.ac
index 37ad4d9c..ccede768 100644
--- a/configure.ac
+++ b/configure.ac
@@ -838,6 +838,7 @@ src/fe-text/Makefile
 src/fe-gtk/Makefile
 src/htm/Makefile
 src/htm/thememan
+osx/Info.plist
 plugins/Makefile
 plugins/python/Makefile
 plugins/perl/Makefile
diff --git a/osx/Info.plist b/osx/Info.plist.in
index 06469a5e..2ee15897 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist.in
@@ -7,7 +7,7 @@
     <key>CFBundleExecutable</key>
     <string>HexChat</string>
     <key>CFBundleGetInfoString</key>
-    <string>2.9.6</string>
+    <string>@VERSION@</string>
     <key>CFBundleIconFile</key>
     <string>hexchat.icns</string>
     <key>CFBundleIdentifier</key>
@@ -17,11 +17,11 @@
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>2.9.6</string>
+    <string>@VERSION@</string>
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>CFBundleVersion</key>
-    <string>2.9.6</string>
+    <string>@VERSION@</string>
     <key>NSHumanReadableCopyright</key>
     <string></string>
     <key>LSMinimumSystemVersion</key>