summaryrefslogtreecommitdiffstats
path: root/src/patchlevel.h
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-05-30 18:44:44 +0000
committerEzra Peisach <epeisach@mit.edu>2001-05-30 18:44:44 +0000
commitc356a17b51a7377eb9e68b9078c0b0671286147f (patch)
treedd0d3efdbe55ca2c24c89b4c8de1eefed473664d /src/patchlevel.h
parenta90e74f1c8dddeddb75b6690824aec69d34db341 (diff)
downloadkrb5-c356a17b51a7377eb9e68b9078c0b0671286147f.tar.gz
krb5-c356a17b51a7377eb9e68b9078c0b0671286147f.tar.xz
krb5-c356a17b51a7377eb9e68b9078c0b0671286147f.zip
* krb5-config.in: New script for providing linker and compiler
information for applications. * patchlevel.h: Update to current release. Mkrel script generates this in distribtions. * configure.in: Add support for parsing patchlevel.h into a useable form for krb5-config. Generate krb5-config from krb5-config.in. Add KRB5_BUILD_PROGRAM for variable substitution. * Makefile.in: Add support for building and installing krb5-config. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13249 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/patchlevel.h')
-rw-r--r--src/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 45d84f1946..807b86f5bb 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -1,3 +1,3 @@
#define KRB5_MAJOR_RELEASE 1
-#define KRB5_MINOR_RELEASE 0
-#define KRB5_PATCHLEVEL 0
+#define KRB5_MINOR_RELEASE 2
+#define KRB5_PATCHLEVEL 2