diff --git a/configure.ac b/configure.ac index 56ad434..af2338f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.6) -AC_INIT([codecrypt], [9999]) +AC_INIT([codecrypt], [devel-1]) AC_CONFIG_AUX_DIR(.) # because of libtoolize AM_INIT_AUTOMAKE() diff --git a/src/encryption.h b/src/encryption.h index baef1e4..a536038 100644 --- a/src/encryption.h +++ b/src/encryption.h @@ -1,5 +1,4 @@ - /* * This file is part of Codecrypt. * @@ -17,8 +16,8 @@ * along with Codecrypt. If not, see . */ -#ifndef _ccr_hash_h_ -#define _ccr_hash_h_ +#ifndef _ccr_enc_h_ +#define _ccr_enc_h_ #endif