summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2007-05-14 15:55:09 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2007-05-14 15:55:09 +0000
commitc9ede1f3e5cfba7dd152e6c91fdf78e44c14b1bc (patch)
treea0e8ce364adb0cb1b99d942bc7c90a107f11a4c2 /libgphoto2_port/libgphoto2_port
parent57679d3e5f9ba0953b7b64594eaa9b4dfadc4c85 (diff)
downloadlibgphoto2-c9ede1f3e5cfba7dd152e6c91fdf78e44c14b1bc.tar.gz
Use longer package string, and new name PACKAGE_VERSION
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10215 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
index bd403b735..1434fbefb 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
@@ -29,7 +29,7 @@ const char **gp_port_library_version(GPVersionVerbosity verbose)
ones, but the current method is easier for now :-) */
static const char *shrt[] =
{
- VERSION,
+ PACKAGE_VERSION,
#ifdef HAVE_CC
HAVE_CC,
#else
@@ -67,7 +67,7 @@ const char **gp_port_library_version(GPVersionVerbosity verbose)
};
static const char *verb[] =
{
- VERSION,
+ PACKAGE_VERSION,
#ifdef HAVE_CC
HAVE_CC " (C compiler used)",
#else