aboutsummaryrefslogtreecommitdiff
path: root/autoconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autoconfig.cpp')
-rw-r--r--autoconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconfig.cpp b/autoconfig.cpp
index 1402704..acd052e 100644
--- a/autoconfig.cpp
+++ b/autoconfig.cpp
@@ -71,7 +71,7 @@ int main( int argc, char *argv[] )
71 "#define LIBBU_VERSION 0\n" 71 "#define LIBBU_VERSION 0\n"
72 "#define LIBBU_REVISION 1\n" 72 "#define LIBBU_REVISION 1\n"
73 "#define LIBBU_VERSION_STR \"0.1\"\n" 73 "#define LIBBU_VERSION_STR \"0.1\"\n"
74 "#define LIBBU_API 0\n" 74 "#define LIBBU_API 0\n"
75 "#define LIBBU_VC_ID \""); 75 "#define LIBBU_VC_ID \"");
76 FILE *psub = popen("svnversion -n", "r"); 76 FILE *psub = popen("svnversion -n", "r");
77 char buf[1024]; 77 char buf[1024];