diff --git a/README_package.md b/README_package.md index b86bfb2..9eed9ab 100644 --- a/README_package.md +++ b/README_package.md @@ -27,19 +27,19 @@ Utils You can import configuration from your eReader or create a new one with utils/activate : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/activate -u + ./activate -u Then a _./.adept_ directory is created with all configuration file To download an ePub/PDF : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/acsmdownloader -f + ./acsmdownloader -f To export your private key : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/acsmdownloader --export-private-key [-o adobekey_1.der] + ./acsmdownloader --export-private-key [-o adobekey_1.der] Sources diff --git a/include/libgourou.h b/include/libgourou.h index dea43a0..fe41f8a 100644 --- a/include/libgourou.h +++ b/include/libgourou.h @@ -40,7 +40,7 @@ #define ACS_SERVER "http://adeactivate.adobe.com/adept" #endif -#define LIBGOUROU_VERSION "0.4.1" +#define LIBGOUROU_VERSION "0.4.2" namespace gourou {