[27687] in Source-Commits
libXj commit [debian]: Release 10.0.3 as libXj instead of libxj
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Mon Feb 10 14:52:02 2014
Date: Mon, 10 Feb 2014 14:51:54 -0500
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201402101951.s1AJpsv1019572@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/libXj/commit/2990a3d9797283b83900bf7715050dfec52899a9
commit 2990a3d9797283b83900bf7715050dfec52899a9
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Mon Feb 10 10:08:20 2014 -0500
Release 10.0.3 as libXj instead of libxj
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 671e8d5..ab2282b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
-AC_INIT([libxj], [10.0.2], [debathena@mit.edu])
+AC_INIT([libXj], [10.0.3], [debathena@mit.edu], [libXj])
AM_INIT_AUTOMAKE([foreign -Wall])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])