From: Martin Quinson Date: Tue, 4 Dec 2012 13:32:35 +0000 (+0100) Subject: get ready to release, at least X-Git-Tag: v3_9_90~569^2~19^2~9^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/62043c0117037b734977e83eaa266a83fe077d2f?hp=023ba62ad77dcc3714288ca23364af119cdc9735 get ready to release, at least --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dd569335c3..5e774c73bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(soversion 1) set(SIMGRID_JAVA_VERSION_MAJOR "3") set(SIMGRID_JAVA_VERSION_MINOR "8") -set(SIMGRID_JAVA_VERSION_PATCH "0") +set(SIMGRID_JAVA_VERSION_PATCH "1") set(DIST_NAME ${PROJECT_NAME}-${SIMGRID_JAVA_VERSION_MAJOR}.${SIMGRID_JAVA_VERSION_MINOR}.${SIMGRID_JAVA_VERSION_PATCH}) ######## diff --git a/ChangeLog b/ChangeLog index 9dccfa1342..2ef198922b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -SimGrid-java (3.8) unstable; urgency=low +SimGrid-java (3.8.1) unstable; urgency=low * New module: org.simgrid.trace.Trace (SimGrid trace bindings) Warning: all methods are visible, but only some of them are @@ -19,7 +19,9 @@ SimGrid-java (3.8) unstable; urgency=low * New context factory based on Coroutines. It mandates a modified JVM but then, the simulations run about five times faster, and there is no limit to the amount of processes (beside of the available memory). - + + -- 2012-12-04 Da SimGrid team + SimGrid-java (3.7.1) stable; urgency=low The "Java aint got to be bloated and slow" release