Skip to content

Commit 175902d

Browse files
Fixed systemc version issue
1 parent 5ce8d0b commit 175902d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dnl
3939
dnl Initialization.
4040
dnl
4141
AC_INIT([SystemC],
42-
[3.0.0],
42+
[3.0.2],
4343
[http://forums.accellera.org/forum/9-systemc/],
4444
[systemc],
4545
[http://accellera.org/],

docs/sysc/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==========================================
2-
README for the SystemC 3.0.0 documentation
2+
README for the SystemC 3.0.2 documentation
33
==========================================
44

55
This directory contains

msvc16/SystemC/SystemC.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="UserMacros">
4-
<SYSTEMC_VERSION>3.0.0</SYSTEMC_VERSION>
4+
<SYSTEMC_VERSION>3.0.2</SYSTEMC_VERSION>
55
</PropertyGroup>
66
<PropertyGroup>
77
<IntDir>$(Configuration)\</IntDir>

0 commit comments

Comments
 (0)