version bump

This commit is contained in:
unknown
2008-08-20 16:13:23 +02:00
parent 19561bad4f
commit 7497560b79
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.1.2)
AM_INIT_AUTOMAKE(ncmpcpp, 0.2)
AC_PREREQ(2.59)

View File

@@ -25,7 +25,7 @@
#include <fstream>
#ifdef HAVE_CURL_CURL_H
# include <curl/curl.h>
# include "curl/curl.h"
#endif
string GetLyrics(string, string);