summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-04 03:32:01 +0200
committerLennart Poettering <lennart@poettering.net>2007-09-04 03:32:01 +0200
commit8e1ce53395dd75d030796ea27075718c76ef9cb6 (patch)
treeabc2327ef8a4baefda1cc9ac0d89ad2f17abc2ed /configure.ac
parentdb2975af6e9b3a8e75bb20c144b14fe4b976bbff (diff)
use 000 as version number
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e4dfb15..af311ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ(2.57)
-AC_INIT([libflashsupport-pulse], 0, [mzcbylcnhqvb (at) 0pointer (dot) de])
+AC_INIT([libflashsupport-pulse], 000, [mzcbylcnhqvb (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([flashsupport.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])