Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Sep 5, 2012
1 parent 8c0a193 commit 129bdc2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([cinnamon],[1.5.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=cinnamon],[cinnamon])
AC_INIT([cinnamon],[1.5.4],[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
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cinnamon (1.5.4) maya; urgency=low

* 1.5.4

-- Clement Lefebvre <root@linuxmint.com> Wed, 05 Sep 2012 12:31:55 +0100

cinnamon (1.5.3) maya; urgency=low

* 1.5.3
Expand Down
2 changes: 1 addition & 1 deletion files/usr/share/applications/cinnamon2d.desktop
Original file line number Diff line number Diff line change
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.5.3
X-GNOME-Bugzilla-Version=1.5.4
Categories=GNOME;GTK;Core;
OnlyShowIn=GNOME;
NoDisplay=true
Expand Down
2 changes: 1 addition & 1 deletion js/misc/config.js
Original file line number Diff line number Diff line change
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.5.3';
const PACKAGE_VERSION = '1.5.4';
/* 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 129bdc2

Please sign in to comment.