changing the version number
diff --git a/bindist.sh b/bindist.sh
index 419611f..ccc743f 100755
--- a/bindist.sh
+++ b/bindist.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 echo "If you do not need to build Rampart/C %sh rampart-bindist nobuild"
-BIN_DIR=rampartc-bin-1.2.0-linux
-INCL_V_DIR=rampart-1.2.0
+BIN_DIR=rampartc-bin-1.3.0-linux
+INCL_V_DIR=rampart-1.3.0
 TAR_GZ=$BIN_DIR.tar.gz
 MD5=$TAR_GZ.md5
 PWDIR=$PWD
diff --git a/configure.ac b/configure.ac
index e4034de..ac2e086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@
 
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE -g3"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration"
+    CFLAGS="$CFLAGS -ansi -Wall -Werror -ggdb -Wno-implicit-function-declaration"
     #CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 fi