From e8f8f671e9a95aa3daa42a6a6d8793c070edcea7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 30 Mar 2008 23:01:39 -0500 Subject: Version 0.3.0 We now use pyOpenSSL to get username and check that the cert is valid --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a066290..a06ecac 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ AUTOMAKE = ${SHELL} /home/dennis/code/fedora-packager/missing --run automake-1.1 AWK = gawk BASH = /bin/sh CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fedora-packager\" -DVERSION=\"0.2.0\" +DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fedora-packager\" -DVERSION=\"0.3.0\" ECHO_C = ECHO_N = -n ECHO_T = @@ -91,7 +91,7 @@ PYTHON = /usr/bin/python SET_MAKE = SHELL = /bin/sh STRIP = -VERSION = 0.2.0 +VERSION = 0.3.0 abs_builddir = /home/dennis/code/fedora-packager abs_srcdir = /home/dennis/code/fedora-packager abs_top_builddir = /home/dennis/code/fedora-packager -- cgit