-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
szaka
committed
Nov 13, 2009
1 parent
3e2102e
commit bf82fc3
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# compilation. | ||
# | ||
# Copyright (c) 2000-2006 Anton Altaparmakov | ||
# Copyright (c) 2005-2008 Szabolcs Szakacsits | ||
# Copyright (c) 2005-2009 Szabolcs Szakacsits | ||
# Copyright (C) 2007-2008 Alon Bar-Lev | ||
# | ||
# This program/include file is free software; you can redistribute it and/or | ||
|
@@ -23,8 +23,8 @@ | |
|
||
# Autoconf | ||
AC_PREREQ(2.59) | ||
AC_INIT([ntfs-3g],[2009.10.5-RC],[[email protected]]) | ||
LIBNTFS_3G_VERSION="70" | ||
AC_INIT([ntfs-3g],[2009.11.14],[[email protected]]) | ||
LIBNTFS_3G_VERSION="71" | ||
AC_CONFIG_SRCDIR([src/ntfs-3g.c]) | ||
|
||
# Environment | ||
|