Discussion:
[libdvdcss-devel] [PATCH] msvc: Update PACKAGE_VERSION string in manually-created config.h
Diego Biurrun
2013-03-11 16:53:57 UTC
Permalink
---
msvc/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msvc/config.h b/msvc/config.h
index 8fb9e5f..5889344 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -33,7 +33,7 @@
#define PACKAGE_NAME "libdvdcss"
#define PACKAGE_STRING "libdvdcss 1.2.13"
#define PACKAGE_TARNAME "libdvdcss"
-#define PACKAGE_VERSION ""
+#define PACKAGE_VERSION "1.2.13"
/* #undef SOLARIS_USCSI */
#define STDC_HEADERS 1
#define VERSION "1.2.13"
--
1.7.9.5
Jean-Baptiste Kempf
2013-03-12 10:03:15 UTC
Permalink
Post by Diego Biurrun
---
msvc/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msvc/config.h b/msvc/config.h
index 8fb9e5f..5889344 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -33,7 +33,7 @@
#define PACKAGE_NAME "libdvdcss"
#define PACKAGE_STRING "libdvdcss 1.2.13"
#define PACKAGE_TARNAME "libdvdcss"
-#define PACKAGE_VERSION ""
+#define PACKAGE_VERSION "1.2.13"
/* #undef SOLARIS_USCSI */
#define STDC_HEADERS 1
#define VERSION "1.2.13"
Obviously OK.

Best regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
Diego Biurrun
2013-03-12 12:15:40 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Mar 11 10:59:17 2013 +0100| [a4cff7ede96376741699f43173c540adc138a322] | committer: Diego Biurrun

msvc: Update PACKAGE_VERSION string in manually-created config.h
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=a4cff7ede96376741699f43173c540adc138a322
---

msvc/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msvc/config.h b/msvc/config.h
index 8fb9e5f..5889344 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -33,7 +33,7 @@
#define PACKAGE_NAME "libdvdcss"
#define PACKAGE_STRING "libdvdcss 1.2.13"
#define PACKAGE_TARNAME "libdvdcss"
-#define PACKAGE_VERSION ""
+#define PACKAGE_VERSION "1.2.13"
/* #undef SOLARIS_USCSI */
#define STDC_HEADERS 1
#define VERSION "1.2.13"

Loading...