Skip to content

Commit a293d82

Browse files
committed
Move version number to a seprate file
This allow easier handling of releases Signed-off-by: Simo Sorce <simo@redhat.com>
1 parent 3e0f4e9 commit a293d82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([mod_auth_gssapi], [1.3.2], [simo@redhat.com])
2+
m4_include([version.m4])
3+
AC_INIT([mod_auth_gssapi], VERSION_NUMBER, [simo@redhat.com])
34
AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
45
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
56
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

version.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
m4_define([VERSION_NUMBER], [1.3.2])

0 commit comments

Comments
 (0)