Skip to content

Commit 0702ea5

Browse files
Niklas Lundellhartwork
authored andcommitted
Changes for 1.0.2
1 parent 5742d08 commit 0702ea5

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

cpptest/Makefile.am

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## ---
22
##
3-
## $Id: Makefile.am,v 1.2 2004/02/04 21:08:23 nilu Exp $
3+
## $Id: Makefile.am,v 1.3 2004/07/08 12:19:21 nilu Exp $
44
##
55
## CppTest - A C++ Unit Testing Framework
66
## Copyright (c) 2003 Niklas Lundell
@@ -32,7 +32,10 @@ EXTRA_DIST = \
3232
autogen.sh \
3333
BUGS \
3434
config/stamp-h.in \
35-
win/config.h
35+
win/config.h \
36+
win/VisualStudio.NET/VisualStudio.NET.sln \
37+
win/VisualStudio.NET/cpptest/cpptest.vcproj \
38+
win/VisualStudio.NET/test/test.vcproj
3639

3740
dist-hook:
3841
rm -f $(distdir)/README

cpptest/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
Release 1.0.2 -- July 8 2004
3+
----------------------------
4+
- Added Microsoft VisualStudio.NET projects files. They have been present
5+
since 1.0.0 but not in distributed form, e.g., *.tar.gz or *.zip.
6+
27
Release 1.0.1 -- February 5 2004
38
--------------------------------
49
- Added a Microsoft Studio .NET project/solution that compiles both the

cpptest/configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## ---
22
##
3-
## $Id: configure.ac,v 1.2 2004/02/04 21:08:23 nilu Exp $
3+
## $Id: configure.ac,v 1.3 2004/07/08 12:19:21 nilu Exp $
44
##
55
## CppTest - A C++ Unit Testing Framework
66
## Copyright (c) 2003 Niklas Lundell
@@ -28,7 +28,7 @@
2828

2929
AC_PREREQ(2.53)
3030

31-
AC_INIT(CppTest, 1.0.1, , cpptest)
31+
AC_INIT(CppTest, 1.0.2, , cpptest)
3232

3333
AC_CONFIG_AUX_DIR(config)
3434
AM_CONFIG_HEADER(config/config.h)
@@ -45,7 +45,7 @@ AM_INIT_AUTOMAKE([gnu dist-zip])
4545
#
4646
# current:revision:age
4747
#
48-
LT_VERSION=0:1:0
48+
LT_VERSION=0:2:0
4949
AC_SUBST(LT_VERSION, $LT_VERSION)
5050

5151
##### Alternatives

0 commit comments

Comments
 (0)