Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Sep 27, 2012
1 parent a431c53 commit 51bbcb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([cinnamon],[1.6.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=cinnamon],[cinnamon])
AC_INIT([cinnamon],[1.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=cinnamon],[cinnamon])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/cinnamon-global.c])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
cinnamon (1.6.1) maya; urgency=low

* 1.6.1

-- Clement Lefebvre <root@linuxmint.com> Thu, 27 Sep 2012 14:32:57 +0100

cinnamon (1.6.0) maya; urgency=low

* 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion files/usr/share/applications/cinnamon2d.desktop
Expand Up @@ -6,7 +6,7 @@ Exec=/usr/bin/cinnamon2d
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=cinnamon
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=1.6.0
X-GNOME-Bugzilla-Version=1.6.1
Categories=GNOME;GTK;System;Core;
OnlyShowIn=GNOME;
NoDisplay=true
Expand Down
2 changes: 1 addition & 1 deletion js/misc/config.js
Expand Up @@ -3,7 +3,7 @@
/* The name of this package (not localized) */
const PACKAGE_NAME = 'cinnamon';
/* The version of this package */
const PACKAGE_VERSION = '1.6.0';
const PACKAGE_VERSION = '1.6.1';
/* The version of GJS we're linking to */
const GJS_VERSION = '1.32.0';
/* 1 if gnome-bluetooth is available, 0 otherwise */
Expand Down

0 comments on commit 51bbcb4

Please sign in to comment.